insertBulkProducts

products/bulkInsert

Bulk insert a list of products into codebookie.  Any products thats have an existing SKU in codebookie will have the details overwritten.

ParameterTypeDescriptionRequired
api_tokenstringAPI TokenYES
productsarrayArray of products

array must contain the following:

sku
product_name
website_id
YES

Example PHP Code:

 

Output:

VariableTypeDescription
statusstringOK or ERROR
messagestringdescription of error if status is ERROR
invalid_entriesarrayreturns array of entries that are invalid
updated_entriesarrayreturns array of entries that were updated via an existing SKU number
new_entriesarrayreturns array of entries that have been added into codebookie
Was this article helpful to you? Yes No

How can we help?