Get Product-Template Relationships
GET
Get Product-Template Relationships
https://api.moltin.com/pcm/products/:productId/relationships/templates
Retrieves the templates that are associated with the specified product.
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
productId | Required | string | The unique identifier of the product. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. |
Request Example
curl -X GET https://api.moltin.com/pcm/products/14e055d0-eebb-4090-8594-a0a7aeea2151/relationships/templates \
-H "Authorization: Bearer XXXX" \
Response Example
200 OK