P5 7619 refactor products to return list (#11)
This commit is contained in:
@@ -339,3 +339,48 @@
|
||||
priceAdjustment
|
||||
}
|
||||
}
|
||||
|
||||
# for pwinty
|
||||
{
|
||||
order(id: 562333) {
|
||||
id
|
||||
pwintyId
|
||||
locale {
|
||||
value
|
||||
}
|
||||
deliveryInformation {
|
||||
address {
|
||||
recipientName
|
||||
companyname
|
||||
address1
|
||||
address2
|
||||
city
|
||||
countryCode
|
||||
stateCountyOrRegion
|
||||
zipcode
|
||||
}
|
||||
email
|
||||
phone
|
||||
}
|
||||
billingInformation {
|
||||
address {
|
||||
recipientName
|
||||
companyname
|
||||
address1
|
||||
address2
|
||||
city
|
||||
countryCode
|
||||
stateCountyOrRegion
|
||||
zipcode
|
||||
}
|
||||
email
|
||||
phone
|
||||
}
|
||||
rows {
|
||||
id
|
||||
pwintySku
|
||||
pwintyImageId
|
||||
frameColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user