Authenticating
Your application needs to connect and authenticate with the API. You will receive a username and password from Paxon ⸗ Active Ants to use with the API to get the token and the expiration date of this token. Please use this expiration date to cache the token locally to minimize token requests for better performance.
Authenticating
Your application needs to connect and authenticate with the API. You will receive a username and password from Paxon ⸗ Active Ants to use with the API to get the token and the expiration date of this token. Please use this expiration date to cache the token locally to minimize token requests for better performance.
Common Codes
The shopapi/v3 makes use of various codes which are defacto standards. These codes have been added to this page for your convenience on these pages.
General Concepts
The shopapi/v3 is based on several concepts and design principles. These principles are derived from the JSON:API specifications. The most relevant and important concepts and principles are described in the chapters below.
JSON:API
JSON:API design principles as applied by the shopapi/v3.
Pagination
Iteratively retreiving large sets using json:api pagination links