Skip to main content

ShippingOptionsInput

Input for fetching available shipping options based on sender, receiver, and shipment details

input ShippingOptionsInput {
reference: String!
sender: ShippingPartyInput
receiver: ShippingPartyInput!
shipment: ShippingShipmentInput!
}

Fields

reference ● String!

Reference from the calling system, used for logging and tracing.

sender ● ShippingPartyInput

Information about the sender of the shipment

receiver ● ShippingPartyInput!

Information about the receiver of the shipment

shipment ● ShippingShipmentInput!

Details about the shipment itself

Example

{
"sender": {},
"shipment": {
"dimensions": {},
"orderValue": {},
"items": [
{
"attributes": [
{}
]
}
],
"attributes": {},
"fulfillmentInfo": {
"inStockDateTime": "2024-05-03T11:52:33Z"
}
}
}