Add a component to a product (kit)
Product Components
Add a component to a produto (kit)
Adds a SIMPLE product as a component of a KIT/MANUFACTURED product. Nested kits (adding a KIT as component of another KIT) are forbidden.
POST
Add a component to a product (kit)
Adds a SIMPLE produto as a component of a KIT/MANUFACTURED produto. Nested kits (adding a KIT as component of another KIT) are forbidden.
Parâmetros de Rota (Path)
UUID of the parent produto (kit)
Parâmetros da Requisição (Body)
UUID of the component produto (must be a SIMPLE produto, not a KIT)
Quantity of this component required per kit unit
Expected loss percentage during manufacturing/assembly (0-100)
Flag indicating this is the main/primary item of the kit
Whether to include this component in marketplace listing descriptions
Whether this component cost is factored into the final kit Preço de Venda
Resposta de Sucesso
Path Parameters
UUID of the parent product (kit)
Body
application/json
UUID of the component product (must be a SIMPLE product, not a KIT)
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Quantity of this component required per kit unit
Required range:
x >= 1Example:
2
Expected loss percentage during manufacturing/assembly (0-100)
Required range:
0 <= x <= 100Example:
5.5
Flag indicating this is the main/primary item of the kit
Whether to include this component in marketplace listing descriptions
Whether this component cost is factored into the final kit price
Response
Component successfully added