Order Resources

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
| order/shipping/parcelDeliveries | | | List of parcel deliveries connected to this order. |
| order/shipping/parcelDeliveries/parcelDelivery | | | One parcel delivery. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels \\ | | | List of parcels connected to a delivery. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels/parcel \\ | | | One concrete parcel. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels/parcel/shippingType \\ | | | The actual shipping type used for this parcel, e.g. customer wanted standard shipping but we send it with express shipping because production took longer than expected. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels/parcel/trackingCode \\ | | | The tracking code of the parcel that can be used to track parcel delivery. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels/parcel/trackingLink \\ | | | A link to the web site of the shipping carrier that can be used to track parcel delivery. |
| order/shipping/parcelDeliveries/parcelDelivery/parcels/parcel/shipped \\ | | | Date when we shipped the parcel, i.e. gave it to the shipping carrier. |
| order/shipping/address \\ | x | x | Shipping address to which the items shall be shipped (see address format below). \\ |
| order/shipping/price \\ | x | | Calculated shipping price. \\ |
<shippingType id="1"/>


<parcelDeliveries>
<parcelDelivery id="200001701">
| orderItem/correlation/partner/orderItemId | x | x | Id of the order item in partner's software system. Provide an order item id from your system to be able to track your order item correctly. \\ |
| orderItem/shipping | x | x | Shipping information for the order item. \\ |
| orderItem/shipping/shippingType | x | x | Reference to the actually used shipping type. In case order items are delivered in different packages, this shipping type might vary from the shipping type actually defined for the order. \\ |
| orderItem/shipping/trackingCode | x | | Tracking code of the parcel service that delivers the package to the customer, e.g. DHL tracking code. \\ |
| orderItem/shipping/parcelDelivery | x | | Reference to the actual parcel delivery, that contains the shipping type and tracking code. |
| orderItem/attachments \\ | | x | Any attachments, e.g. design data or product xml, that come with the order and need to be created before order processing. \\ |
| orderItem/attachments/attachment \\ | | x | One order attachment. \\ |