Upload product metadata in bulk via CSV.
The Bulk Product Upload endpoint allows sellers to import product data into Commenda using a CSV file. This is especially useful for onboarding existing catalogs or synchronizing product data across platforms.
file_id
should point to a previously uploaded CSV file via the /files
endpoint.corporation_id
is included, additional authorization checks are performed.text/csv
)Column Header | Required | Type | Description |
---|---|---|---|
name | No | string | Name of the product |
description | No | string | Short description of the product |
sku | No | string | Unique identifier used by seller |
product_taxability_code | No | string | Tax code indicating how the product is taxed. Defaults to TPP . |
source_platform | No | enum | Integration source (SHOPIFY , STRIPE , etc) |
source_platform_id | No | string | Unique product ID from the source platform |
corporation_id | Yes | string | UUID of the corporation owning the product |
Upload product metadata in bulk via CSV.
The Bulk Product Upload endpoint allows sellers to import product data into Commenda using a CSV file. This is especially useful for onboarding existing catalogs or synchronizing product data across platforms.
file_id
should point to a previously uploaded CSV file via the /files
endpoint.corporation_id
is included, additional authorization checks are performed.text/csv
)Column Header | Required | Type | Description |
---|---|---|---|
name | No | string | Name of the product |
description | No | string | Short description of the product |
sku | No | string | Unique identifier used by seller |
product_taxability_code | No | string | Tax code indicating how the product is taxed. Defaults to TPP . |
source_platform | No | enum | Integration source (SHOPIFY , STRIPE , etc) |
source_platform_id | No | string | Unique product ID from the source platform |
corporation_id | Yes | string | UUID of the corporation owning the product |