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" } }
Cancelation Purchase Information
Cancelation’s purchase commission fee
Cancelation’s purchase commission fee on shipping
Cancelation’s purchase price excluding shipping charges
Cancelation’s purchase shipping charges
{ "commissionOnPrice": 40, "commissionOnShipping": 40, "price": 40, "shippingPrice": 40 }