@sh-agent apologies for the delay, we’re getting close to data we don’t readily share publicly, but here’s a screenshot showing that, as well as the query parameters, and the response we’re getting:
*note: to reproduce, search products for that sku, and filter “Active: All”
Query:
query {
warehouse_products(sku:"5000066-002-85EE") {
request_id
data(first:100) {
pageInfo {
hasNextPage
endCursor
}
edges {
node {
id
active
warehouse_id
warehouse {
identifier
}
updated_at
product {
id
sku
barcode
updated_at
}
}
}
}
}
}
Query response:
{
"data": {
"warehouse_products": {
"request_id": "657090403106d0b2e067a0fe",
"data": {
"pageInfo": {
"hasNextPage": false,
"endCursor": "YXJyYXljb25uZWN0aW9uOjQ="
},
"edges": [
{
"node": {
"id": "UHJvZHVjdDo0MTg4MDE4Mzk=",
"active": true,
"warehouse_id": "V2FyZWhvdXNlOjYxMTcz",
"warehouse": {
"identifier": "Backorder Origin Labs Wilton"
},
"updated_at": "2023-09-14T21:05:29",
"product": {
"id": "UHJvZHVjdEluZm86MzA4MjQ3NTU0",
"sku": "5000066-002-85EE",
"barcode": "197088026739",
"updated_at": "2023-12-04T15:47:50"
}
}
},
{
"node": {
"id": "UHJvZHVjdDo0MTg4MDE4NDU=",
"active": true,
"warehouse_id": "V2FyZWhvdXNlOjYxMTcy",
"warehouse": {
"identifier": "Backorder Primary"
},
"updated_at": "2023-09-14T21:05:29",
"product": {
"id": "UHJvZHVjdEluZm86MzA4MjQ3NTU0",
"sku": "5000066-002-85EE",
"barcode": "197088026739",
"updated_at": "2023-12-04T15:47:50"
}
}
},
{
"node": {
"id": "UHJvZHVjdDo0MTM4NjQ4MTg=",
"active": false,
"warehouse_id": "V2FyZWhvdXNlOjgwNTg0",
"warehouse": {
"identifier": "North Carolina One"
},
"updated_at": "2023-12-01T11:24:32",
"product": {
"id": "UHJvZHVjdEluZm86MzA4MjQ3NTU0",
"sku": "5000066-002-85EE",
"barcode": "197088026739",
"updated_at": "2023-12-04T15:47:50"
}
}
},
{
"node": {
"id": "UHJvZHVjdDo0MTg4MDE4NDI=",
"active": true,
"warehouse_id": "V2FyZWhvdXNlOjY4ODcw",
"warehouse": {
"identifier": "Nutrition Jay"
},
"updated_at": "2023-09-14T21:05:29",
"product": {
"id": "UHJvZHVjdEluZm86MzA4MjQ3NTU0",
"sku": "5000066-002-85EE",
"barcode": "197088026739",
"updated_at": "2023-12-04T15:47:50"
}
}
},
{
"node": {
"id": "UHJvZHVjdDo0MTM4NjQ4MTc=",
"active": true,
"warehouse_id": "V2FyZWhvdXNlOjk4Nw==",
"warehouse": {
"identifier": "Primary"
},
"updated_at": "2023-11-29T21:19:12",
"product": {
"id": "UHJvZHVjdEluZm86MzA4MjQ3NTU0",
"sku": "5000066-002-85EE",
"barcode": "197088026739",
"updated_at": "2023-12-04T15:47:50"
}
}
}
]
}
}
},
"extensions": {
"throttling": {
"estimated_complexity": 101,
"cost": 6,
"cost_detail": {
"warehouse_products": {
"items_count": 5,
"cost": 1,
"total_cost": 6,
"fields": {}
}
},
"user_quota": {
"credits_remaining": 1993,
"max_available": 2002,
"increment_rate": 30
}
}
}
}