Order Customer Shipping Address
Represents a customer's shipping address
Additional information for the shipping address
Address city
Civility of the person associated with the address
Company of the person associated with the address
Second company information of the person associated with the address
Country ISO 3166-1 alpha-3 code of the address
First name of the person associated with the address
Last name of the person associated with the address
Phone number
Secondary phone number
Address state
First information line of the address street
Second information line of the address street
Address zip code
{ "additionalInfo": "Example String", "city": "Example String", "civility": "Example String", "company": "Example String", "company2": "Example String", "country": "Example Custom Scalar", "firstname": "Example String", "lastname": "Example String", "phone": "Example String", "phoneSecondary": "Example String", "state": "Example String", "street1": "Example String", "street2": "Example String", "zipCode": "Example String" }
Order Line
Represents an order's item
Indicate if an incident can be opened on the order line
List of the cancellations
Order line's history
Order line's description
List of eco-contribution amounts and corresponding producer identifiers, if applicable. Only available if the operator activates the circular economy information collection.
Measurement information of the order line
Associated offer
List of additional fields
Order line's identifier
Order line's index in the order
Order line's status
The original unit price of the offer associated with the order line
Order line's price without shipping price
Unit price for the offer associated with the order line
List of promotions
Product's quantity for the order line
List of the refunds
Order line's shipping amount and shipping taxes
List of taxes applied on product price
Order line's price with shipping price.
{ "canOpenIncident": true, "cancelations": [ { "__typename": "Cancelation" } ], "history": { "__typename": "OrderLineHistory" }, "description": "Example String", "ecoContributions": [ { "__typename": "EcoContribution" } ], "measurement": { "__typename": "OrderLineProductMeasurement" }, "offer": { "__typename": "OrderLineOffer" }, "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "index": 40, "status": { "__typename": "OrderStatus" }, "originUnitPrice": 40, "price": { "__typename": "PriceAmount" }, "priceUnit": 40, "promotions": [ { "__typename": "AppliedPromotion" } ], "quantity": 40, "refunds": [ { "__typename": "Refund" } ], "shippingPrice": { "__typename": "ShippingAmountAndTaxes" }, "taxes": [ { "__typename": "OrderTaxAmount" } ], "totalPrice": 40 }
Order Line Offer
Represents an offer linked to an order line
Price's additional information of the offer
Product information
Associated offer sku (this is the sku of the offer defined by the shop)
State of the offer associated with the order line
{ "priceAdditionalInfo": "Example String", "product": { "__typename": "OrderLineProduct" }, "sku": "Example String", "stateCode": "Example String" }
Order Line Product
Represents a product linked to an order line
List of all product's media associated to the order line
Associated offer sku (this is the sku of the offer defined by the shop)
Title of the product associated with the order line
Product's category information
{ "media": [ { "__typename": "ProductMedia" } ], "sku": "Example String", "title": "Example String", "category": { "__typename": "OrderLineCategory" } }