A valid request URL is required to generate request examples{
"dryRun": true,
"itemsDeleted": [
{
"productID": 123,
"inventoryIDs": [
123
],
"locationIDs": [
123
],
"locationCodes": [
"<string>"
],
"auditIDs": [
123
],
"itemIdentifier": {
"partNumber": "<string>",
"upc": "<string>",
"sku": "<string>"
}
}
],
"totalInventoryEntriesDeleted": true,
"totalLocationsAffected": true,
"jobIDs": true
}Deletes future inventory.
A valid request URL is required to generate request examples{
"dryRun": true,
"itemsDeleted": [
{
"productID": 123,
"inventoryIDs": [
123
],
"locationIDs": [
123
],
"locationCodes": [
"<string>"
],
"auditIDs": [
123
],
"itemIdentifier": {
"partNumber": "<string>",
"upc": "<string>",
"sku": "<string>"
}
}
],
"totalInventoryEntriesDeleted": true,
"totalLocationsAffected": true,
"jobIDs": true
}JWT Authorization header using the Bearer scheme.
Site ID
Request to delete future item(s)
Request needed for deleting future inventory
Flag used to differentiate between a test and a non-test run.
Flag used to request explicit inventory, location, pick wave, and audit information for each request item.
An array of locationCodes to be considered for item-deletion purposes. Optional. All locationCodes associated with the requesting tenant will be considered if no locationCodes are provided.
Flag used to request deletion of future inventory across all locations (overrides locationCodes).
The part number of the item to be deleted. Supports basic regex operators: .*+?^$[]
The upc of the item to be deleted. Supports basic regex operators: .*+?^$[]
The sku of the item to be deleted. Supports basic regex operators: .*+?^$[]
Start of future date range to search on. Required field example '2023-01-26T19:59:00+0000'
End of future date range to search on. Required Field example '2023-01-26T19:59:00+0000'
Success
Delete Future Item Response
Flag used to differentiate between a test and a non-test run.
Items deleted due to the request
Show child attributes
Flag used to differentiate between a test and a non-test run.
Flag used to differentiate between a test and a non-test run.
Flag used to differentiate between a test and a non-test run.