/preview/retail-media/catalog/products/batch
/preview/retail-media/catalog/products/batch
Used to publish a batch of operations to insert, update and deletes products. The batch is processed asynchronously.The response provides an operationToken which can be used to track the status of the report of the operation.
POST
/preview/retail-media/catalog/products/batch
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Defines a batch of operations.
The request entries to be processed in the batch.
Response
202 - application/json
Batch accepted. The status of the operation can be tracked using the report endpoint and the operationToken.
A batch was accepted. The report can be accessed using the reporting endpoint.
/preview/retail-media/catalog/merchants/{merchantId}/store-inventory/upsert
Previous
/preview/retail-media/catalog/products/batch/report/{operation-token}
Next