Skip to content

Instantly share code, notes, and snippets.

@tiagomatos
Created March 12, 2018 15:54
Show Gist options
  • Select an option

  • Save tiagomatos/63d4d2e9ce8edfe5b2622a81412c230f to your computer and use it in GitHub Desktop.

Select an option

Save tiagomatos/63d4d2e9ce8edfe5b2622a81412c230f to your computer and use it in GitHub Desktop.
Create a Jumpseller Product with a Description (via API with CURL)
curl -X POST -d '{ "product" : {"name": "My new Product!", "price": 100, "description": "<p>Articulo en preventa</p><p>No depende del idioma.<p>Trepidante! Porque todos los jugadores intentan encajar las piezas en su plantilla simultaneamente"} }' "https://api.jumpseller.com/v1/products.json?login=87cf9e6326e83bfed88b8dad4fae5b41&authtoken=5c7e86d7318ba2f10b9b2b0e6291ff30" -H "Content-Type:application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment