Upsert Products using JSON
Catalog
Upsert Products using JSON
This endpoint allows you to create or update products in bulk using a JSON array. Send an array of product objects to add new products or update existing ones in your inventory.
POST
Upsert Products using JSON
This endpoint processes JSON data containing product information and updates your store’s inventory. Products with existing external_id values will be updated, while new external_id values will create new products.Documentation Index
Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
All products will be validated using our validation rules. Only products that pass all rules will be inserted or updated.
Body
An array of product objects to be created or updated
Request Example
Response
This endpoint processes the data asynchronously. No immediate response body is provided.

