2023-03-09 08:14:29 +00:00
|
|
|
fragment OrderDetails on Order {
|
|
|
|
id
|
|
|
|
number
|
2023-07-27 14:34:14 +00:00
|
|
|
status
|
|
|
|
languageCodeEnum
|
2023-03-09 08:14:29 +00:00
|
|
|
userEmail
|
2023-07-27 14:34:14 +00:00
|
|
|
created
|
|
|
|
redirectUrl
|
2023-03-09 08:14:29 +00:00
|
|
|
channel {
|
|
|
|
slug
|
|
|
|
}
|
2023-07-07 11:01:36 +00:00
|
|
|
metadata {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
privateMetadata {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
user {
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
2023-07-27 14:34:14 +00:00
|
|
|
languageCode
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
billingAddress {
|
2023-07-27 14:34:14 +00:00
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
companyName
|
2023-03-09 08:14:29 +00:00
|
|
|
streetAddress1
|
2023-07-27 14:34:14 +00:00
|
|
|
streetAddress2
|
2023-03-09 08:14:29 +00:00
|
|
|
city
|
2023-07-27 14:34:14 +00:00
|
|
|
cityArea
|
2023-03-09 08:14:29 +00:00
|
|
|
postalCode
|
|
|
|
country {
|
|
|
|
country
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
phone
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
shippingAddress {
|
2023-07-27 14:34:14 +00:00
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
companyName
|
2023-03-09 08:14:29 +00:00
|
|
|
streetAddress1
|
2023-07-27 14:34:14 +00:00
|
|
|
streetAddress2
|
2023-03-09 08:14:29 +00:00
|
|
|
city
|
2023-07-27 14:34:14 +00:00
|
|
|
cityArea
|
2023-03-09 08:14:29 +00:00
|
|
|
postalCode
|
|
|
|
country {
|
|
|
|
country
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
phone
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
lines {
|
|
|
|
id
|
2023-07-27 14:34:14 +00:00
|
|
|
digitalContentUrl {
|
|
|
|
id
|
|
|
|
url
|
|
|
|
}
|
|
|
|
isShippingRequired
|
|
|
|
metadata {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
privateMetadata {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
productName
|
2023-07-27 14:34:14 +00:00
|
|
|
translatedProductName
|
2023-03-09 08:14:29 +00:00
|
|
|
variantName
|
2023-07-27 14:34:14 +00:00
|
|
|
translatedVariantName
|
|
|
|
productSku
|
|
|
|
variant {
|
|
|
|
preorder{
|
|
|
|
endDate
|
|
|
|
}
|
|
|
|
weight{
|
|
|
|
unit
|
|
|
|
value
|
|
|
|
}
|
|
|
|
attributes {
|
|
|
|
attribute {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
slug
|
|
|
|
}
|
|
|
|
values {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
slug
|
|
|
|
file {
|
|
|
|
url
|
|
|
|
contentType
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
product {
|
|
|
|
attributes {
|
|
|
|
attribute {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
slug
|
|
|
|
}
|
|
|
|
values {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
slug
|
|
|
|
file{
|
|
|
|
url
|
|
|
|
contentType
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
quantity
|
2023-07-27 14:34:14 +00:00
|
|
|
quantityFulfilled
|
|
|
|
taxRate
|
2023-03-09 08:14:29 +00:00
|
|
|
thumbnail {
|
|
|
|
url
|
|
|
|
alt
|
|
|
|
}
|
|
|
|
unitPrice {
|
|
|
|
gross {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
totalPrice {
|
|
|
|
gross {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
}
|
|
|
|
unitDiscount {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
unitDiscountReason
|
|
|
|
unitDiscountType
|
|
|
|
unitDiscountValue
|
|
|
|
undiscountedUnitPrice{
|
|
|
|
gross {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
subtotal {
|
|
|
|
gross {
|
|
|
|
amount
|
|
|
|
currency
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
shippingPrice {
|
|
|
|
gross {
|
|
|
|
amount
|
|
|
|
currency
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
|
|
|
total {
|
|
|
|
gross {
|
|
|
|
amount
|
|
|
|
currency
|
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
}
|
|
|
|
undiscountedTotal {
|
|
|
|
gross {
|
|
|
|
amount
|
|
|
|
currency
|
|
|
|
}
|
|
|
|
net {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
|
|
|
tax {
|
|
|
|
currency
|
|
|
|
amount
|
|
|
|
}
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|
2023-07-27 14:34:14 +00:00
|
|
|
displayGrossPrices
|
|
|
|
isShippingRequired
|
|
|
|
shippingMethodName
|
2023-03-09 08:14:29 +00:00
|
|
|
}
|