Note
The Fulfillment APIs are coming soon.
Orders (Fulfillment)ΒΆ
Use these APIs to fulfill orders and to retrieve information on fulfilled orders.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/orders |
|
PUT |
/v1/orders/{orderId} |
|
POST |
/v1/orders/bulk |
|
PUT |
/v1/orders/{orderId}/order-items |
|
GET |
/v1/orders/{orderId} |
|
GET |
/v1/orders/{orderId}/status |
|
POST |
/v1/orders/search
|
|
PUT |
/v1/orders/{orderId}/cancel |
|
PUT |
/v1/orders/bulk/cancel |
|
POST |
/v1/shipments/search |