jumpseller.com

Endpoint Structure All URLs are in the format: ``text https://api.jumpseller.com/v1/path.json?login=XXXXXX&authtoken=storetoken `` The path is prefixed by the API version and the URL takes as parameters the login (your store specific API login) and your authentication token. ***

142 endpoints ecommerce
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Retrieve all Hooks.
curl \
  https://api.jumpseller.com/v1/hooks.json
Retrieve all Pages.
curl \
  https://api.jumpseller.com/v1/pages.json
Retrieve all Taxes.
curl \
  https://api.jumpseller.com/v1/taxes.json
Endpoints (142 total)
GET
/hooks.json
Retrieve all Hooks.
GET
/pages.json
Retrieve all Pages.
GET
/taxes.json
Retrieve all Taxes.
GET
/jsapps.json
Retrieve all the Store's JSApps.
GET
/orders.json
Retrieve all Orders.
GET
/products.json
Retrieve all Products.
GET
/countries.json
Retrieve all Countries.
GET
/customers.json
Retrieve all Customers.
GET
/categories.json
Retrieve all Categories.
GET
/hooks/{id}.json
Retrieve a single Hook.
GET
/pages/{id}.json
Retrieve a single Page by id.
GET
/promotions.json
Retrieve all Promotions.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints142
Categories1
https://api.jumpseller.com/v1