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" } }