Create Orders Response
Represents the list of created orders and the list of offers that could not be shipped
offers Not Shippable
List of offers not shippable
orders
List of orders
Sample
{ "offersNotShippable": [ { "__typename": "CreateOrdersOfferNotShippable" } ], "orders": [ { "__typename": "Order" } ] }
Order Updated
customer
Customer information of the order
delivery Date
Expected order delivery date
invoice Details
Invoice information linked to the order
lead Time To Ship
Lead time to ship of the order
order Lines
Details of the modified order line
payment Destination
Payment destination in case of bank transfer
payment Workflow
Order payment workflow
references
Order references
shipping Deadline
Latest date of order shipment
shop Statistics
Information about order exclusion from seller statistics
Sample
{ "customer": { "__typename": "OrderUpdatedCustomer" }, "deliveryDate": { "__typename": "OrderUpdatedDeliveryDateTimeInterval" }, "invoiceDetails": { "__typename": "OrderUpdatedInvoiceDetails" }, "leadTimeToShip": 40, "orderLines": [ { "__typename": "OrderUpdatedOrderLine" } ], "paymentDestination": { "__typename": "IbanOrderPaymentDestination" }, "paymentWorkflow": "Example String", "references": { "__typename": "OrderReference" }, "shippingDeadline": "Example Custom Scalar", "shopStatistics": { "__typename": "ShopStatistics" } }
Referenced in