Book shipments for orders stored in shop
ADD ENDPOINT DESCRIPTION HERE
Request body
A unique identifier for the request. <br>Used for tracing and to prevent duplicate shipment bookings. <br>This value is optional, if not included, a random requestUUID is generated.
A human readable reference for the request. <br>This will be included in the mail that is sent once the operation completes.<br>This value is optional, if not included, a random reference will be generated.
shipping service group from which to load the shipping services to use.
Optional length <em>(in meters)</em> of the shipment.
Optional width <em>(in meters)</em> of the shipment.
Optional height <em>(in meters)</em> of the shipment.
e-Mail address to which the results will be sent. <br>Muliple e-mail addresses can be specified by separating them with a comma.
ID of the shop from which the order data can be retrieved.
list of order identifiers for which the shipments need to get booked. <br>At least one order identifier needs to be specified. <br>Duplicate or empty order identifiers are not allowed.
The height of the packaging material used in <code>m</code>. <br>Value is rounded to three decimal places.
The width of the packaging material used in <code>m</code>. <br>Value is rounded to three decimal places.
The length of the packaging material used in <code>m</code>. <br>Value is rounded to three decimal places.
The weight of the packaging material used in <code>kg</code>. <br>Should not contain the weight of the shipment's content (eg: products).
Optional weight of the shipment's content in <code>kg</code>. <br>Should not contain the weight of the packaging material. <br>Use this field with care and in rare cases only, as it overrides the default weight calculation, which is based on the ordered product's weight. <br>Using this field can cause inconsistencies with the customs declaration and could result in errors during shipment booking.
If set to true, the fulfillment data (tracking number and provider) are transmitted to the shop system after the label was created.
If set to true, the shipment recipient's e-mail address is not transmitted to the carrier. <br>This means that the carrier is not able to contact the recipient of the shipment by e-mail.
Response
successful operation