Build Child Products
POST
Build Child Products
https://api.moltin.com/pcm/products/:productId/build
Builds your child products.
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
productId | Required | string | The ID of the base product to build the child products for. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token required to get access to the API. |
Request Example
This request builds child products for each combination of variation and options in the base product.
curl -X POST https://api.moltin.com/pcm/products/:productId/build \
-H "Authorization: Bearer XXXX" \
-H "Content-Type: application/json" \
Response Example
201 Created