Customers

Retrieve a Customer List from a query.

Endpoint example:

https://api.jumpseller.com/v1/customers/search.json?query=test&order=desc,description 
get/customers/search.json

Query parameters

querystring string required

Text to query for the Customer. If empty return all customers.

orderstring string

Sort Customers by creation date, 'asc' for ascending order or 'desc' for descending order.

limitinteger

List restriction

pageinteger

List page

Response

An array of Customers

Changes

No recorded changes to this endpoint across all 4 revisions of this API.