The Oxcart API gives you full access to [Data].
This documentation describes all of the available API calls and properties of the returned objects. If you have any questions, please reach out to [email protected].
<aside> ℹ️ At this time the Oxcart API is in BETA. This means that the way it works and the data it returns may change at any time. Breaking changes are rare, but do happen. Proper versioning might be introduced in a future release.
</aside>
You can get an API Key by emailing [email protected]. Turnaround for API Keys is typically under 48 business hours.
<aside> ℹ️ Anyone with this API Key can use the Oxcart API as you. If it is compromised, please send an email and it can be deactivated or changed.
</aside>
There are four properties that you must include in every API call.
api_key
****A 40-character alpha-numeric string that gives you access to use the API.resource
****Any one of the items listed below in the API Reference.method
****An actions you can perform on a resource.arguments
****JSON-encoded values sent to the method, sometimes optional.With that in mind, the next step is to send a POST
or GET
request to api.oxcart.forse.io
with the appropriate values set.
<aside> 💡 You can send API calls directly in your web browser, using cURL from a command line, or with your programming language of choice.
</aside>
The API reference is hosted on Postman to allow you easy and immediate access to all the features. Check it out here: https://www.postman.com/stablelab/workspace/public-oxcart-postman/overview