Skip to main content
Update an existing item (product with variants) in the e-commerce platform. Only provided fields will be updated.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the item to update

Request Body

FieldTypeRequiredDescription
namestringNoProduct name
descriptionstringNoProduct description
skustringNoStock keeping unit (SKU)
pricenumberNoBase price of the item
currency_idstringNoISO 4217 currency code
statusstringNoItem status (active, inactive, archived)
variantsarrayNoArray of variant objects
See Item Overview for complete field details.