Skip to main content

Store integration overview

Updated over a month ago

Become an integration partner

Become a partner to gain access to our APIs. You can then begin developing your store integration. Sign up here

Build a store integration

Follow these steps to start using the Store API:

Step 1. Call the Get Access Token endpoint to retrieve a token granting you access to our endpoints.

Step 2. Retrieve the customer accounts linked to your partner account with the Get Linked Accounts endpoint

Step 3. Use the Get Locations endpoint to retrieve all locations for your customer account.

Available endpoints

The following endpoints are available for the Store API.

Endpoint

Method

Purpose

GET

Retrieve the locations of an account

GET

Retrieve the products inside an account

GET

Retrieve every product currently marked out of stock for an account

POST

Use one or multiple tags to set products out of stock and prevent them from being ordered

POST

Use one or multiple PLUs to set products out of stock and prevent them from being ordered

POST

Update the busy mode status of one or multiple stores

GET

Retrieve the current opening hours of a given location

GET

Retrieve the current opening hours of all locations in an account

POST

Create or update the opening hours of one or multiple locations of an account

POST

Set the holiday hours for one or multiple locations of an account

GET

Retrieve the holiday hours of a specified location

GET

Retrieve the holiday hours of one or multiple channel links for a location

POST

Create or update the holiday hours of one or multiple channel links for a location

Did this answer your question?