J

Jumpseller API

by Jumpseller Free tier

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. <br/><br/> *

authjumpseller

Quick Reference

Base URL https://api.jumpseller.com/v1 Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.jumpseller.com/v1 Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.32s (checked Mar 29, 2026) Builder score D 46% builder-friendly
Pricing
28
Latency
30
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /categories.json Retrieve all Categories.
POST /categories.json Create a new Category.
GET /categories/count.json Count all Categories.
DELETE /categories/{id}.json Delete an existing Category.
GET /categories/{id}.json Retrieve a single Category.
PUT /categories/{id}.json Modify an existing Category.
GET /checkout_custom_fields.json Retrieve all Checkout Custom Fields.
POST /checkout_custom_fields.json Create a new CheckoutCustomField.

Sample Request

curl -X GET 'https://api.jumpseller.com/v1/categories.json' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Jumpseller documentation.