Refund
Represents a refund made for an order line.
Refund's amount
Refund's creation date
List of eco-contribution amounts and corresponding producer identifiers, if applicable Only available if the operator activates the circular economy information collection.
Refund's id
The quantity of products canceled (This quantity is informative only)
Reason's code of the refund
Refund's shipping amount and shipping taxes
Refund's state
The taxes on the price
{ "amount": { "__typename": "PriceAmount" }, "createdDate": "Example Custom Scalar", "ecoContributions": [ { "__typename": "EcoContribution" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "quantity": 40, "reasonCode": "Example String", "shippingAmount": { "__typename": "ShippingAmountAndTaxes" }, "state": "Example String", "taxes": [ { "__typename": "OrderTaxAmount" } ] }
Shipment
Represents a shipment of an order items
Shipment's creation date
Shipment id
Shipment's invoice reference
Shipment's payment details
Shipment lines
Shipment's shipped date.
Shipment status. Possible values are: SHIPPING, READY_FOR_PICK_UP, SHIPMENT_PREPARED, SHIPPED, TO_COLLECT, RECEIVED, CANCELED, CLOSED.
Shipment debit status. Possible values are: NO_DEBIT, NOT_STARTED, WAITING_TAX_CONFIRMATION, WAITING_OPERATOR_SYSTEM_CONTACT, WAITING_DEBIT_CONFIRMATION, DEBIT_OK, CANCELED
Shipment tracking details
{ "createdDate": "Example Custom Scalar", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "invoiceReference": "Example String", "paymentDetails": { "__typename": "ShipmentPaymentDetails" }, "shipmentLines": [ { "__typename": "ShipmentLine" } ], "shippedDate": "Example Custom Scalar", "status": "Example String", "statusCustomerDebit": "Example String", "tracking": { "__typename": "ShipmentTracking" } }
Shipment Tracking
Represents a shipment tracking information
The code of a carrier. This information is mandatory for a registered carrier.
The name of a carrier. This information is mandatory for an unregistered carrier.
The carrier tracking number. This information is mandatory for a registered carrier with a URL requiring a tracking number.
The tracking url of a carrier. This information is unused for registered carriers (because computed automatically). This information is optional for unregistered carriers.
{ "carrierCode": "Example String", "carrierName": "Example String", "trackingNumber": "Example String", "trackingUrl": "Example Custom Scalar" }
Reason
Reason code
Indicate if reason is enabled to the customer
Indicate if reason is enabled to the operator
Indicate if reason is enabled to the shop
Reason label
Type of the reason
{ "code": "Example String", "customerRight": true, "operatorRight": true, "shopRight": true, "label": "Example String", "type": "Example String" }