InventoryDetailsResponseMessage → OrderCreateRequest
An OrderCreateRequest
contains an EstimatedDeliveryDate
element for each
OrderItem
that contains a DeliveryWindow
and ShippingWindow
. These windows
come from the DeliveryEstimate
in each InventoryDetail
in the
InventoryDetailsResponseMessage
.
Mapping
The InventoryDetailsResponseMessage
field mappings start at:
/InventoryDetailsResponseMessage/InventoryDetails/InventoryDetail
The OrderCreateRequest
field mappings start at:
/OrderCreateRequest/Order/OrderItems/OrderItem
The lineId
attribute on InventoryDetail
elements match up with the
webLineId
attribute on OrderItem
elements.
InventoryDetailsResponseMessage Field | OrderCreateRequest Field | Transform | Comment |
---|---|---|---|
//DeliveryEstimate/DeliveryWindow/From |
//EstimatedDeliveryDate/DeliveryWindow/From |
copy as is |
|
//DeliveryEstimate/DeliveryWindow/To |
//EstimatedDeliveryDate/DeliveryWindow/To |
copy as is |
|
//DeliveryEstimate/ShippingWindow/From |
//EstimatedDeliveryDate/ShippingWindow/From |
copy as is |
|
//DeliveryEstimate/ShippingWindow/To |
//EstimatedDeliveryDate/ShippingWindow/To |
copy as is |
Mapping Example
|
|