Hi
I have been using the 3PL Account and trying to update the “Inventory” using the following way.
mutation {
inventory_add(
data: {
sku: “Keyboard001”
quantity: 111
warehouse_id: “XXX…xNTU3”
customer_account_id: “XXX…o1NjkxMA==”
}
) {
request_id
complexity
warehouse_product {
id
legacy_id
account_id
sku
warehouse_id
warehouse_identifier
price
value
value_currency
on_hand
}
}
}
“Inventory didn’t update and also got response null as shown in screenshot”
Can you please check the cause ?
Thanks in advance