-
Notifications
You must be signed in to change notification settings - Fork 780
Description
Description:
I am using the DELETE /listings/2021-08-01/items/{sellerId}/{sku} endpoint to delete specific SKUs and have a few questions:
Checking deletion request status
A successful request returns a submissionId. Which endpoint can be used to check the status of this deletion operation (e.g., whether it has been processed successfully or failed)?
Deleting a parent SKU and its variations
If I delete a parent SKU, will its child/variation SKUs also be deleted automatically, or will they remain active?
Batch deletion capability
The current endpoint seems to handle only one SKU per request. Is there another endpoint or method to delete multiple SKUs (especially variations) in a single batch operation?
Environment:
Amazon SP-API
Listings Items API version: 2021-08-01