RY
Size: a a a
RY
A
A
RY
{
"query": "query getInventoryItemByID($id: ID!) {
inventoryItem(id: $id) {
id
inventoryLevels(first: 6) {
edges {
node {
id
available
location {
id
}
}
}
}
}
}
",
"variables": {
"id": "gid://shopify/ProductVariant/12195009364024"
},
"operationName": "getInventoryItemByID"
}
curl --request POST \
--url https://sunenvy.myshopify.com/admin/api/graphql.json \
--header 'authorization: Basic ТУТБЫЛИКРЕДЫ' \
--header 'content-type: application/json' \
--data "@body.graphql"
A
RY
A
RY
A
RY
A
A
RY
{
"query": "query getInventoryItemByID($id: ID!) {\n inventoryItem(id: $id) {\n id\n inventoryLevels(first: 6) {\n edges {\n node {\n id\n available\n location {\n id\n }\n }\n }\n }\n }\n}\n",
"variables": {
"id": "gid://shopify/InventoryItem/12772380115010"
},
"operationName": "getInventoryItemByID"
}
{
"query": "query getInventoryItemByID($id: ID!) {
inventoryItem(id: $id) {
id
inventoryLevels(first: 6) {
edges {
node {
id
available
location {
id
}
}
}
}
}
}
",
"variables": {
"id": "gid://shopify/InventoryItem/12772380115010"
},
"operationName": "getInventoryItemByID"
}
A
A
RY
RY
RY
A