URI Summary

POST /stores/{storeId}/fulfillmentOrders/{fulfillmentOrderId}/deliveryConfirm

Request Parameters

Parameter Type

Name

Description

Required

Definition

Example

Path

storeId

The store identifier

yes

String

TMSUS

Path

fulfillmentOrderId

Unique number associated with Fulfillment Order

yes

String

100051718744001

Request Payload Definition

Element

Required

Description

storeId

yes

The seller organization at which fulfillment order belongs.

nodeId

yes

Fulfillment Order Ship Node

modifyAssociatedId

yes

The associate handling the ship confirm

fulfillmentOrderId

yes

Unique number associated with Fulfillment Order

Request Payload Example

Copy

{
   "storeId": "TMS_US",
   "nodeId": "TMS_NA-Store001",
   "modifyAssociateId": "associate_id",
   "fulfillmentOrderId": "100051718744001"
 }   

Responses

Http Status Code

Description

204

Success, no content

400

Bad Request

500

Internal Server Error