v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product

Update parts v2

Updates parts of a product.

patch/api/v2/products/{id}/parts

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

idstring required

Resource identifier.

amountnumber float

Sets the amount for how many times the product is included

type'shopping part' | 'information part / service' | 'provision'

Type of the part.

referencestring nullable

Reference for the part.

Example request

[
  {
    "id": "17",
    "amount": 100,
    "type": "provision",
    "reference": "REF-12345"
  }
]

Response

Operation completed successfully, no response body