Skip to main content
Deprecation Notice: The Products endpoint is maintained for backward compatibility. New integrations should use the Items endpoint which provides embedded Variants support.
Create a new product in the e-commerce platform. This endpoint is maintained for backward compatibility. For new integrations, use the Items endpoint.

Request Body

FieldTypeRequiredDescription
company_idintegerYesThe rootfi_company_id to associate this product with
dataarrayYesArray of product objects to create
data[].namestringYesProduct name
data[].descriptionstringNoProduct description
data[].skustringNoStock keeping unit (SKU)
data[].statusstringNoProduct status (active, inactive, archived). Defaults to active
See Product Overview for complete field details.