{"@context": "https://schema.org", "@type": "WebAPI", "name": "Jumpseller API API", "description": "# 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. *** # Versio", "provider": {"@type": "Organization", "name": "jumpseller.com"}, "documentation": "https://api.jumpseller.com/swagger.json"}
# 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. *** # Versio
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.jumpseller.com/v1
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
# 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. *** # Version The current version of the API is **v1**. If we change the API in backward-incompatible ways, w
| method | path | what the vendor says it does |
|---|---|---|
GET | /categories.json | Retrieve all Categories. Categories |
POST | /categories.json | Create a new Category. Category's permalink is automatically generated from the given category's name. Categor |
GET | /categories/count.json | Count all Categories. Categories |
GET | /categories/{id}.json | Retrieve a single Category. Categories |
PUT | /categories/{id}.json | Modify an existing Category. Categories |
DELETE | /categories/{id}.json | Delete an existing Category. Categories |
GET | /checkout_custom_fields.json | Retrieve all Checkout Custom Fields. Checkout Custom Fields |
POST | /checkout_custom_fields.json | Create a new CheckoutCustomField. Type values can be: input, selection, checkbox, date or text. Area values ca |
GET | /checkout_custom_fields/{id}.json | Retrieve a single CheckoutCustomField. Checkout Custom Fields |
PUT | /checkout_custom_fields/{id}.json | Update a CheckoutCustomField. Checkout Custom Fields |
DELETE | /checkout_custom_fields/{id}.json | Delete an existing CheckoutCustomField. Checkout Custom Fields |
GET | /countries.json | Retrieve all Countries. Countries |
GET | /countries/{country_code}.json | Retrieve a single Country information. Countries |
GET | /countries/{country_code}/regions.json | Retrieve all Regions from a single Country. Countries Regions |
GET | /countries/{country_code}/regions/{region_code}.json | Retrieve a single Region information object. Countries Regions |
GET | /custom_fields.json | Retrieve all Store's Custom Fields. Custom Fields |
POST | /custom_fields.json | Create a new Custom Field. Custom Fields |
GET | /custom_fields/{id}.json | Retrieve a single CustomField. Custom Fields |
PUT | /custom_fields/{id}.json | Update a CustomField. Custom Fields |
DELETE | /custom_fields/{id}.json | Delete an existing CustomField. Custom Fields |
GET | /custom_fields/{id}/select_options.json | Retrieve all Store's Custom Fields. Custom Field Select Options |
POST | /custom_fields/{id}/select_options.json | Create a new Custom Field Select Option. Custom Field Select Options |
GET | /custom_fields/{id}/select_options/{custom_field_select_option_id}.json | Retrieve a single SelectOption from a CustomField. Custom Field Select Options |
PUT | /custom_fields/{id}/select_options/{custom_field_select_option_id}.json | Update a SelectOption from a CustomField. Custom Field Select Options |
DELETE | /custom_fields/{id}/select_options/{custom_field_select_option_id}.json | Delete an existing CustomFieldSelectOption. Custom Fields |
GET | /customer_categories.json | Retrieve all Customer Categories. Customer Categories |
POST | /customer_categories.json | Create a new CustomerCategory. Customer Categories |
GET | /customer_categories/{id}.json | Retrieve a single CustomerCategory. Customer Categories |
PUT | /customer_categories/{id}.json | Update a CustomerCategory. Customer Categories |
DELETE | /customer_categories/{id}.json | Delete an existing CustomerCategory. Customer Categories |
GET | /customer_categories/{id}/customers.json | Retrieves the customers in a CustomerCategory. Customer Categories |
POST | /customer_categories/{id}/customers.json | Adds Customers to a CustomerCategory. Customer Categories |
DELETE | /customer_categories/{id}/customers.json | Delete Customers from an existing CustomerCategory. Customer Categories |
GET | /customers.json | Retrieve all Customers. Customers |
POST | /customers.json | Create a new Customer. Customers |
GET | /customers/count.json | Count all Customers. Customers |
GET | /customers/email/{email}.json | Retrieve a single Customer by email. Customers |
GET | /customers/{id}.json | Retrieve a single Customer by id. Customers |
PUT | /customers/{id}.json | Update a new Customer. Customers |
DELETE | /customers/{id}.json | Delete an existing Customer. Customers |
and 102 more operation(s) in this specification, all searchable.
specification origin: https://api.jumpseller.com/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.