Delete Products
Soft deletes the specified products. Differs from a full deletion in that: - Deleted products can be restored by calling the undelete endpoint. - Deleted products can be retrieved via a get request with the includeDeleted flag set to true.
| Verb | DELETE |
|---|---|
| Endpoint | {base-url}/products |
| Max Page Size | N/A |
Request Body
{
"requestFilter": {
"productIds": [4079]
}
}
Filters Honored
- RequestFilter
- productIds
Returns
On Success
A 204 No Content.