Order Updated
Customer information of the order
Expected order delivery date
Invoice information linked to the order
Lead time to ship of the order
Details of the modified order line
Payment destination in case of bank transfer
Order payment workflow
Order references
Latest date of order shipment
Information about order exclusion from seller statistics
{ "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" } }
Order Updated Customer
Customer information of the order (billing address, organization information)
Data related to the accounting contact in the organization
Customer billing address
Data related to the delivery contact in the organization
Data related to the organization that created the order (B2B transactions)
{ "accountingContact": { "__typename": "OrderUpdatedCustomerContact" }, "billingAddress": { "__typename": "OrderCustomerBillingAddress" }, "deliveryContact": { "__typename": "OrderUpdatedCustomerContact" }, "organization": { "__typename": "OrderUpdatedCustomerOrganization" } }
Order Updated Customer Organization
Data related to the organization that created the order (B2B transactions)
Address of the organization
Identification number of the organization
Name of the organization
Tax identification number of the organization
{ "address": { "__typename": "CustomerOrganizationAddress" }, "identificationNumber": "Example String", "name": "Example String", "taxIdentificationNumber": "Example String" }
Order Updated Order Line
Details of the modified order line
List of cancelations
List of eco-contribution amounts and corresponding producer identifiers, if applicable
Order line identifier
List of refunds
{ "cancelations": [ { "__typename": "OrderUpdatedCancelation" } ], "ecoContributions": [ { "__typename": "OrderUpdatesEcoContribution" } ], "orderLineId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "refunds": [ { "__typename": "OrderUpdatedRefund" } ] }
Order Updated Cancelation
Cancelation identifier
List of eco-contribution amounts and corresponding producer identifiers, if applicable
{ "cancelationId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "ecoContributions": [ { "__typename": "OrderUpdatesEcoContribution" } ] }
Order Updates Eco Contribution
Extended Producer Responsibility category
Producer identifier of the eco-contribution. Not present if the producer identifier belongs to the operator.
Owner of the producerId
Total amount of the eco-contribution
Unit amount of the eco-contribution
{ "eprCategoryCode": "Example String", "producerId": "Example String", "producerIdOwner": "Example String", "totalAmount": 40, "unitAmount": 40 }