Place Outbound Order
Sandbox
Sandbox
POST
/3pp/outbound/v1/creation
Outbound
When the seller place non-MF orders on the 3PP site and they want OCH fulfil the orders, the 3PP site could sync these orders to OCH through this API.
The max number of outbound orders in a single request is 50.
In one call, 3PP should create no more than 50 outbound orders.
Request
Header Params
clientKey
string
required
vAuthorization
string
required
Access-Token
string
required
Then pass the value following the below format to Header.
Bearer+one space+access_token valueExample:
Thru the API get Access_token value, which is 'accesstokenvaluexxxxxxxx'.
Header Value is as below:
Bearer accesstokenvaluexxxxxxxx
Body Params application/json
Request samples
Responses
Modified at 2024-02-22 11:46:54