API
Manage Incoming Orders
Manage your Catalog of products
Manage your Promotions
Manage your Outlets
SFTP
Manage your Catalog of products
Manage your Promotions
Testing Integration#
Prerequisites for Testing#
In order to test your integration, you’ll need to do the following:#
Choose a Test Vendor#
Option 1: Use an existing test vendor from your chain
Option 2: Create and onboard a new test store for testing
Validate Your Integration#
You can leverage our end-to-end (E2E) test cases to validate that integration meeting your requirements
All testing for this integration is conducted in the live environment. Before testing make sure the store you are testing on is online and the testing is happening during store open hours
How do I perform E2E testing?#
In order to send requests , please create a Bearer Token. Please refer to the Token Management & Access Section.
Closing the store until the certain time#
Prepare the Request:
Create the API request to close the store.
Ensure the request contains valid store which is running during its open hours.
Make sure to add close_until data, so our system identifies until when the store should be closed.
Send the Request: When the request is successfully submitted, you will receive a 200 response along with additional information indicating until when the store will be closed.
Check the status of the store: with the GET endpoint you can check if the previous request worked successfully or not. The response will return the status of the store.
Opening the store#
Prepare the Request: Use the API request to reopen the store that has been closed.
Submit the Request: Send the request and check the response which should be 200, ensuring that your store was reopened.
Check the status of the store: with the GET endpoint you can check if the previous request worked successfully or not. The response will return the status of the store.
Open closed vendor request works only if it's within opening hours of the store