Created
March 12, 2018 15:54
-
-
Save tiagomatos/63d4d2e9ce8edfe5b2622a81412c230f to your computer and use it in GitHub Desktop.
Create a Jumpseller Product with a Description (via API with CURL)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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