Create a product material
Products: Materials
Create a product material
Create a product material.
POST
Create a product material
Request Structure
{product_id}) and must be a bill of materials.
| Field | Required | Description |
|---|---|---|
child_product_id | Yes | Component product |
quantity | Yes | Quantity per parent (> 0) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The parent (bill-of-materials) product ID
Body
application/json
Response
Created successfully
The response is of type object.

