Create API Integration

Connect your system to OPT OnDemand Smart Fulfillment Center

Once the above is completed you will be provided with set of credentials to authenticate and authorize yourself against the Rest API. For more info see Authentication

Developing and testing the integration

For development and testing purposes set flag isTest in order data payload to true. This way you can submit as many orders as you like. These orders will not be submitted to actual OPT OnDemand Smart Fulfillment center for production or fulfillment. For more info about testing, see Create Order API specification page.

To list order you submited as test, make sure you include this flag in the Get orders request as well. See Get Orders for more details.

Once you are done with testing, remove this flag or set it to false.

Last updated