Skip to content

Instantly share code, notes, and snippets.

@DONSA
Created March 18, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DONSA/23e36660b95179eee8cfca25553a284a to your computer and use it in GitHub Desktop.
Save DONSA/23e36660b95179eee8cfca25553a284a to your computer and use it in GitHub Desktop.
List
{
list {
updated
quantity
name
isSelected
listId
retail(languageCode: "sv") {
currency
regularTotalPrice {
totalDiscount {
amount
}
totalExclDiscount {
inclTax
}
totalInclDiscount {
inclTax
}
}
familyTotalPrice {
totalInclDiscount {
inclTax
}
}
items {
itemNo
quantity
product {
type
name
description
images {
url
}
measurements {
imperial
metric
}
displayUnit {
imperial {
value
unit
}
metric {
value
unit
}
}
}
regularPrice {
unit {
inclTax
}
subTotalInclDiscount {
inclTax
}
}
}
}
store(storeId: "445", languageCode: "sv") {
currency
regularTotalPrice {
totalDiscount {
amount
}
totalExclDiscount {
inclTax
}
totalInclDiscount {
inclTax
}
}
familyTotalPrice {
totalInclDiscount {
inclTax
}
}
items {
itemNo
quantity
product {
type
name
description
images {
url
}
measurements {
imperial
metric
}
displayUnit {
imperial {
value
unit
}
metric {
value
unit
}
}
}
regularPrice {
unit {
inclTax
}
subTotalInclDiscount {
inclTax
}
}
stock
totalPackages
totalWeight {
metric
imperial
}
articles {
isCollected
itemNo
location {
depot {
aisle
bin
}
department {
name
}
}
packages {
id
measurements {
textImperial
textMetric
type
typeName
unitImperial
unitMetric
valueImperial
valueMetric
}
}
weightPerArticle {
imperial
metric
}
quantityPerItem
}
}
totalWeight {
metric
imperial
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment