- Inbound order API
- API service controller
- Outbound order API
- Sku API
- Return order API
order list
Testing
POST
/sku/order/list
Request
Body Params application/json
string
optional
Example
"string"
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/sku/order/list' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}