Delete a batch of products from the catalogue

Submit a list of product identifiers to be removed from the merchant's product catalogue. The request is accepted and processed asynchronously; the response contains a jobId and statusUrl that can be polled to track progress and retrieve a final report.

The catalogue must already exist for the merchant; otherwise a 404 is returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Product identifiers to delete from the catalogue

products
array of strings
required

List of product identifiers to remove from the catalogue.

Any identifiers that are not found in the catalogue will record an error in the job report.

products*
Headers
string

Optional client-supplied identifier for this batch. Used for idempotency: a batch identifier that has already been used for the same catalogue will be rejected with a duplicate_batch_id error.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json