put
https://apiv4.ordering.co////bulks/products
API endpoint use to massively Add products to avoid overcall the API
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.

