Receiving Inbounds
receivingInbounds Query
Arguments
Name
Type
Description
Return Type
Notes
Usage Example
query {
receivingInbounds(
first: 10,
orderBy: { direction: DESC, field: CREATED_AT },
where: {
supplierID: "550e8400-e29b-41d4-a716-446655440000"
}
) {
edges {
node {
id
orderID
supplierID
data
inbounditems {
sku
quantity
}
attachments {
id
filename
}
createdAt
}
cursor
}
pageInfo {
hasNextPage
endCursor
}
totalCount
}
}Last updated
Was this helpful?
