Create API Integration
Connect your system to OPT OnDemand Smart Fulfillment Center
To establish an API integration, you must possess a customer account and assigned portfolio of products and services. Contact our sales department ([email protected]), who will provide comprehensive guidance throughout the entire process. Upon completing the initial phase, you will be provided with all the requisite data to initiate the integration development.
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