Create Product Content
create_product_contentSet product content for a given EAN by submitting attributes and assets. Content creation is asynchronous; check process status for completion.
Instructions
Create or update product content for a given EAN. Provide product attributes such as title, description, brand, etc. Returns a process status — the content is created asynchronously. Use get_process_status to check completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Language for the product content (e.g. 'nl', 'nl-BE', 'fr-BE'). | |
| attributes | Yes | Product attributes with id and values. | |
| assets | No | Product assets (images). |