Bulk Edit Products

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

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

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.

Path Params
string
required
Defaults to v400
string
required
Defaults to en
string
required
Defaults to demo
Body Params
json
Responses

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