Update a component of a product (kit)
Product Components
Atualizar component of a produto (kit)
Updates quantity, loss percentage, or flags of an existing component.
PUT
Update a component of a product (kit)
Updates quantity, loss percentage, or flags of an existing component.
Parâmetros de Rota (Path)
UUID of the parent produto (kit)
UUID of the component record to Atualizar
Parâmetros da Requisição (Body)
Updated quantity of this component per kit unit
Updated 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)
UUID of the component record to update
Body
application/json
Updated quantity of this component per kit unit
Required range:
x >= 1Example:
3
Updated loss percentage during manufacturing/assembly (0-100)
Required range:
0 <= x <= 100Example:
2
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 updated