Creates or updates products in bulk.
POST/api/v2/public/products
Creates or updates products in bulk.
Query ParametersExpand Collapse
Body ParametersJSONExpand Collapse
products: optional array of object { carrier_item_quantity, is_counted, price_compare_multiplier, 79 more } The products to create or update.
products: optional array of object { carrier_item_quantity, is_counted, price_compare_multiplier, 79 more }
The products to create or update.
expiration_min_range: optional number
Minimum days remaining before expiration triggers an alert.
formatint32
promo_stores_not_allowed: optional array of string
Stores where the product is excluded from promotion.
set_products: optional array of object { set_item_quantity, set_product_number } Products bundled within this set.
set_products: optional array of object { set_item_quantity, set_product_number }
Products bundled within this set.
shelf_labels: optional array of object { shelflabel_1, shelflabel_2, shelflabel_3, 3 more } Shelf-label text fields for the product.
shelf_labels: optional array of object { shelflabel_1, shelflabel_2, shelflabel_3, 3 more }
Shelf-label text fields for the product.
Creates or updates products in bulk.
curl https://api.colleqtive.net/api/v2/public/products \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"success": true,
"data": "data",
"message": "message"
}Returns Examples
{
"success": true,
"data": "data",
"message": "message"
}