Fixed small bugs
This commit is contained in:
+30
-2
@@ -51,7 +51,7 @@
|
||||
filter: { limit: 1, dates: { from: "2021-03-01", to: "2021-04-30" } }
|
||||
) {
|
||||
id
|
||||
marketObject {
|
||||
market {
|
||||
id
|
||||
name
|
||||
vat
|
||||
@@ -84,13 +84,41 @@
|
||||
{
|
||||
order(id: 588274) {
|
||||
id
|
||||
marketObject {
|
||||
market {
|
||||
id
|
||||
name
|
||||
vat
|
||||
currency
|
||||
priceAdjustment
|
||||
}
|
||||
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
|
||||
order {
|
||||
|
||||
Reference in New Issue
Block a user