warehouse_product_delete
Arguments
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
data | DeleteWarehouseProductInput! | Yes |
Return Type
Mutation
mutation warehouse_product_delete(
$data: DeleteWarehouseProductInput!
) {
warehouse_product_delete(
data: $data
) {
request_id
complexity
}
}Variables
{
"data": {
"customer_account_id": "QWNjb3VudDoxMjM0",
"sku": "BLUE-TEE-M",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}
}Response
{
"data": {
"warehouse_product_delete": {
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100
}
}
}