Pack Confirm
This endpoint only supports the Ship-from Store fulfillment type.
URI Summary
POST /stores/{storeId}/fulfillmentOrders/{fulfillmentOrderId}/packageConfirm
Request Parameters
Parameter Type |
Name |
Description |
Required |
Definition |
Example |
---|---|---|---|---|---|
Path |
storeId |
The store identifier |
yes |
String |
TMSUS |
Path |
fulfillmentOrderId |
The fulfillment order identifier |
yes |
String |
25255225581002 |
Request Payload Definition
Element |
Required |
Description |
---|---|---|
storeId |
yes |
The seller organization at which fulfillment order belongs. |
nodeId |
yes |
The node identifier |
modifyAssociateId |
yes |
The ID of the associate confirming the package |
fulfillmentOrderId |
yes |
The fulfillment order identifier |
Request Payload Example
Copy
{
"storeId": "TMS_US",
"nodeId": "TMS_NA-DC001",
"modifyAssociateId": "associate_id",
"fulfillmentOrderId": "252552255810001"
}
Responses
None