Files
graphql-api-js/queries.graphql
T
2021-04-08 15:09:31 +02:00

97 lines
1.3 KiB
GraphQL

{
products(limit: 10000, browsable: true, visible: true) {
id
inserted
updated
visible
browsable
printProducts {
group
id
updated
}
blacklisting {
group
id
marketId
updated
}
}
}
{
order(id: 588274) {
id
rows {
id
}
billingInformation {
email
phone
address {
id
firstname
lastname
recipientName
companyname
address1
address2
countryCode
city
zipcode
stateCountyOrRegion
}
}
deliveryInformation {
email
phone
address {
id
firstname
lastname
recipientName
companyname
address1
address2
countryCode
city
zipcode
stateCountyOrRegion
}
}
}
}
{
order(id: 588274) {
id
marketObject {
id
name
vat
currency
priceAdjustment
}
rows {
id
order {
id
}
insertedDate
orderId
productId
productGroup
artNo
path
name
price
designerId
commissionAmount
status
pwintyImageId
frameColor
pwintySku
}
}
}