Delete a location in warehouse.
"Location in warehouse" is a product classifier. A product can have one "location in warehouse".
See also getLocationsInWarehouse and saveLocationInWarehouse.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| locationInWarehouseIDs | Comma-separated list of locations in warehouse to be deleted. | string | yes |
| Field name | Type | Description |
|---|---|---|
| deletedIDs | string | Comma-separated list of deleted IDs. |
| nonExistingIDs | string | Comma-separated list of non-existing IDs. |
| notDeletableIDs | string | Comma-separated list of IDs for which you do not have sufficient rights to delete. |