Skip to main content
List endpoints support pagination with limit and skip query parameters.

Pagination parameters

integer
Number of items to return. The supported range is 1 to 50. The default is 30.
integer
Number of items to skip before returning results. Use this as an offset. The default is 0.

Paginated response

Paginated responses use a shared envelope:
To request the next page, increase skip by the current limit.

Error responses

Bosscart uses conventional HTTP status codes. Error responses include a human-readable message:
Handle errors by checking both the HTTP status code and the response body.
Last modified on June 11, 2026