API: Product Update

PATCH /api/marketplace/v2/products/

Specification

This API accepts a batch of up to 500* products to update.
When updating a product, Only send the fields that have changed.

For example, to update a description on an product, send:

{“product_sku”: “abc”, “product_discription”: “New description”}

Asynchronous

This is an asynchronous endpoint, you will need to poll the pending_url to get the results.
See: Asynchronous task results