Bulk Edit Products

API endpoint use to massively Add products to avoid overcall the API

How to send products

In order for the product to be correctly Edit they must be sent as follows:

[
  {
    "id": 1292,
    "name": 'The name',
    "description": 'The description',
    "price": 12,
    "category_id": 272,
    "business_id": 41
  },
  ...
]

📘

Bulk Create Products Restrictions

  • The maximum number of products that update be added is 500
  • The maximum number of different business is 5
  • User level 0 (Type: Administrator) can update products for any business
  • User level 0 (Type: Administrator) can update products to businesses that belong to him.

❗️

If a product is wrong in the request, the API will not save any.

Language
Authorization
Header
Click Try It! to start a request and see the response here!