As a best practice, we recommend you add the following elements to you domain model to persist useful information so as to expedite queries and/or customer support
Name | Type | Response Attribute Name | Description | First time return from which Operation's response | Where can be used for future |
---|
fulfillmentOrderId | String | fulfillmentOrderId | This is a 26char GUID (e.g., 2CLZ5QR89ZCK7KFD5HWKP9LD3R) representing the system order entity | CreateOrder | In all Get operations |
bhnOrderNumber | String | bhnOrderNumber | This is a 7-10 digit unique identifier (e.g., 2280563) assigned to the order entity | | In all Get operations |
Name | Type | Response Attribute Name | Description | First time return from which Operation's response | Where can be used for future |
---|
bhnOrderItemId | String | bhnOrderItemId | This is a 26char GUID (e.g., 2CLZ5QR89ZCK7KFD5HWKP9LD3R) representing the system order line item entity | CreateOrder | In all Get operations |
partnerOrderLineItemIdentifier | String | partnerOrderLineItemIdentifier | This is a 7-10 digit unique identifier (e.g., 100001) assigned by you. | | In all Get operations |
Name | Type | Response Attribute Name | Description | First time return from which Operation's response | Where can be used for future |
---|
uri | String | uri | The HATEOAS link to get all shipped items by snEntityId | physicalItemShipmentNotification | In Get operations |