Create or update products
create_productsCreate or update up to 100 products in the Yango Tech Retail catalog with one request, specifying IDs, categories, status, and custom attributes.
Instructions
Creates (or upserts) products in the catalog (POST /b2b/v1/products/create), at most 100 per request. Each product uses the same shape query_products returns: {product_id, master_category, status, is_meta, custom_attributes}. custom_attributes must include longName ({lang: text}), shortNameLoc, markCount and markCountUnitList; extra keys are passed through. The response body is not documented upstream (2xx = success) and is returned verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| products | Yes | Products to create/upsert (at most 100 per request). |