Get a glimpse of the options you have to access Order management and perform different actions on your orders.
If you have yet to decide which is the best integration option for your business, see the Touchpoints section.
The Order management API consists of endpoints for handling an order after your customer has completed the purchase. Use the API to perform all actions related to managing your orders.
Order management API uses HTTP basic authentication. To authenticate, use your API credentials that consist of:
- a username linked to your Merchant ID at Kustom
- a password associated with your username
You can use the same set of credentials for multiple Kustom APIs, including Order management and Kustom checkout.
If you're using an API platform to store your credentials, you can add them in relevant fields. Otherwise, ensure to include the Base64-encoded username:password in the Authorization header field of each API request, as shown below.
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=The Kustom Portal is an alternative way of managing orders through a user interface.
For more details about the Kustom portal and API credentials, see the [ Before you start section.]
You can also use Order management if your online store runs on a third-party platform, such as Prestashop or Magento.
For more information about third-party integrations, see our partners page.