Skip to content

postman query failed. fix it #2415

Description

@Elle77L

query getDropshipPurchaseOrders(
$limit: Int32,
$hasResponse: Boolean,
$fromDate: IsoDateTime,
$poNumbers: [String],
$sortOrder: SortOrder
) {
getDropshipPurchaseOrders(
limit: $limit,
hasResponse: $hasResponse,
fromDate: $fromDate,
poNumbers: $poNumbers,
sortOrder: $sortOrder
) {
id
storePrefix
poNumber
poDate
orderId
supplierId
supplierName
supplierAddress1
supplierAddress2
supplierAddress3
supplierCity
supplierState
supplierPostalCode
estimatedShipDate
scheduledDeliveryDate
deliveryMethodCode
customerName
customerAddress1
customerAddress2
customerCity
customerState
customerPostalCode
customerCountry
customerEmail
salesChannelName
orderType
shippingInfo {
shipSpeed
carrierCode
poolPointAgent {
id
name
}
crossDockAgent {
id
name
}
deliveryAgent {
id
name
}
}
packingSlipUrl
warehouse {
id
name
address {
name
address1
address2
address3
city
state
country
postalCode
phoneNumber
}
supplier {
id
name
shortName
status
websiteURL
currency
}
}
products {
partNumber
quantity
price
pieceCount
totalCost
name
weight
totalWeight
estShipDate
fillDate
sku
# Note: "isCancelled" field is not available for sandbox testing
isCancelled
isTscaCompliant
twoDayGuaranteeDeliveryDeadline
event {
id
type
name
startDate
endDate
}
customComment
}
shipTo {
name
address1
address2
address3
city
state
country
postalCode
phoneNumber
}
billTo {
name
address1
address2
address3
city
state
country
postalCode
phoneNumber
}
billingInfo {
vatNumber
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions