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 }
Cancelled Order Line
The offer part amount to be canceled with taxes
The currency (iso format) used by the shop (the field is required if the shop is not using the default Operator platform currency)
List of eco-contribution amounts and corresponding producer identifiers, if applicable Only available if the operator activates the circular economy information collection.
List of fees canceled on the order line
The identifier of the created cancellation
Order line's identifier on which the cancellation has been created
Cancelation’s purchase information
The quantity of products canceled (This quantity is informative only)
Cancellation reason's code
Cancellation's shipping amount and shipping taxes
{ "amount": { "__typename": "CancelledPriceAmountAndTaxes" }, "currency": "Example Custom Scalar", "ecoContributions": [ { "__typename": "EcoContribution" } ], "fees": [ { "__typename": "FeeCancelled" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "orderLineId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "purchaseInformation": { "__typename": "CancelationPurchaseInformation" }, "quantity": 40, "reasonCode": "Example String", "shippingAmount": { "__typename": "ShippingAmountAndTaxes" } }