Skip to content
  • There are no suggestions because the search field is empty.

Example Bulk Update Products

Upload multiple products with the bulk update API.

An example JSON payload containing 2 products.

Save the content as products.json and use this curl command to upload the products using the bulk update api:

curl -H "X-OMNIVORE-CLIENT-ID: ***" -H "X-OMNIVORE-CLIENT-SECRET: ***" --request POST -T products.json "https://m1.omnivore.com.au/v2/retailer/example/products/bulkUpdate"

Example response for the above: