The Rest API is deprecated and will be removed in the future. We recommend using the GraphQL API instead. Some endpoints may not be available anymore.

Create product part

POST

https://api.pack.cloud/v1/organizations/{organizationId}/products/{productId}/parts

Request

Path parameters

organizationIdstring
productIdstring

Payload

product_idstringrequired
ID of the part product
quantityintegerrequired
Quantity
Example:1

Response

Created

Body

idstring
ID of the product part
product_idstring
ID of the part product
quantityinteger
Quantity
Example:1