Skip to main content
Create a new item (product with variants) in the e-commerce platform. Items represent products that can have multiple variants (e.g., size, color).

Request Body

FieldTypeRequiredDescription
company_idintegerYesThe rootfi_company_id to associate this item with
dataarrayYesArray of item objects to create
data[].namestringYesProduct name
data[].descriptionstringNoProduct description
data[].skustringNoStock keeping unit (SKU)
data[].pricenumberYesBase price of the item
data[].currency_idstringYesISO 4217 currency code (e.g., USD, EUR)
data[].statusstringNoItem status (active, inactive, archived). Defaults to active
data[].variantsarrayNoArray of variant objects (size, color, etc.)
See Item Overview for complete field details.