Creation of Product
Create Product
Create a new product entity in your product catalog.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | For detailed request body specifications, please refer to our API doc. |
Request Example (cURL): |
CODE
|
Request body specifications
Here is an additional, more detailed explanation of certain fields:
Field | Description |
---|---|
| An array of e-shop IDs where the product is available. Multiple e-shops can be specified, allowing the product to be listed in multiple stores. If no e-shop is provided, the product will still be created but cannot be used for order fulfillment (shipping). Retrieve the list of your available e-shop IDs using the endpoint: POST /api/eshop/list. |
| Specifies your organization ID. Retrieve your organization ID via POST /api/eshop/list. |
| Defines additional product-related services. Find more details here. |
| Required only when creating a bundle product ( This field is an array of product IDs that make up the bundle. Find more details about bundles here. Retrieve the list of your available products via POST /api/product/list. |
| Used when a product has multiple EAN codes. The You cannot use both |
For additional field informations, refer to the Knowledge Base or API Doc.
Response
If successful, the API returns the newly created product entity in JSON format.
See more details in the API Doc.