{"@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"}
Index / APIs / jumpseller.com

Jumpseller API API

# 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.

Jumpseller API v1.0.0

# 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

methodpathwhat the vendor says it does
GET/categories.jsonRetrieve all Categories. Categories
POST/categories.jsonCreate a new Category. Category's permalink is automatically generated from the given category's name. Categor
GET/categories/count.jsonCount all Categories. Categories
GET/categories/{id}.jsonRetrieve a single Category. Categories
PUT/categories/{id}.jsonModify an existing Category. Categories
DELETE/categories/{id}.jsonDelete an existing Category. Categories
GET/checkout_custom_fields.jsonRetrieve all Checkout Custom Fields. Checkout Custom Fields
POST/checkout_custom_fields.jsonCreate a new CheckoutCustomField. Type values can be: input, selection, checkbox, date or text. Area values ca
GET/checkout_custom_fields/{id}.jsonRetrieve a single CheckoutCustomField. Checkout Custom Fields
PUT/checkout_custom_fields/{id}.jsonUpdate a CheckoutCustomField. Checkout Custom Fields
DELETE/checkout_custom_fields/{id}.jsonDelete an existing CheckoutCustomField. Checkout Custom Fields
GET/countries.jsonRetrieve all Countries. Countries
GET/countries/{country_code}.jsonRetrieve a single Country information. Countries
GET/countries/{country_code}/regions.jsonRetrieve all Regions from a single Country. Countries Regions
GET/countries/{country_code}/regions/{region_code}.jsonRetrieve a single Region information object. Countries Regions
GET/custom_fields.jsonRetrieve all Store's Custom Fields. Custom Fields
POST/custom_fields.jsonCreate a new Custom Field. Custom Fields
GET/custom_fields/{id}.jsonRetrieve a single CustomField. Custom Fields
PUT/custom_fields/{id}.jsonUpdate a CustomField. Custom Fields
DELETE/custom_fields/{id}.jsonDelete an existing CustomField. Custom Fields
GET/custom_fields/{id}/select_options.jsonRetrieve all Store's Custom Fields. Custom Field Select Options
POST/custom_fields/{id}/select_options.jsonCreate a new Custom Field Select Option. Custom Field Select Options
GET/custom_fields/{id}/select_options/{custom_field_select_option_id}.jsonRetrieve a single SelectOption from a CustomField. Custom Field Select Options
PUT/custom_fields/{id}/select_options/{custom_field_select_option_id}.jsonUpdate a SelectOption from a CustomField. Custom Field Select Options
DELETE/custom_fields/{id}/select_options/{custom_field_select_option_id}.jsonDelete an existing CustomFieldSelectOption. Custom Fields
GET/customer_categories.jsonRetrieve all Customer Categories. Customer Categories
POST/customer_categories.jsonCreate a new CustomerCategory. Customer Categories
GET/customer_categories/{id}.jsonRetrieve a single CustomerCategory. Customer Categories
PUT/customer_categories/{id}.jsonUpdate a CustomerCategory. Customer Categories
DELETE/customer_categories/{id}.jsonDelete an existing CustomerCategory. Customer Categories
GET/customer_categories/{id}/customers.jsonRetrieves the customers in a CustomerCategory. Customer Categories
POST/customer_categories/{id}/customers.jsonAdds Customers to a CustomerCategory. Customer Categories
DELETE/customer_categories/{id}/customers.jsonDelete Customers from an existing CustomerCategory. Customer Categories
GET/customers.jsonRetrieve all Customers. Customers
POST/customers.jsonCreate a new Customer. Customers
GET/customers/count.jsonCount all Customers. Customers
GET/customers/email/{email}.jsonRetrieve a single Customer by email. Customers
GET/customers/{id}.jsonRetrieve a single Customer by id. Customers
PUT/customers/{id}.jsonUpdate a new Customer. Customers
DELETE/customers/{id}.jsonDelete 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.