v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product

Create parts v1

Creates new parts for a product.

post/api/v1/products/{id}/parts

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

amountnumber float

Sets the amount for how many times the product is included

Example request

[
  {
    "part": {
      "id": "1337"
    },
    "amount": 3.5
  }
]

Response

Resource successfully created response