Add a product to a group
Groups
Add a product to a group
Create a product group association, linking a product to a group for categorization purposes.
POST
Add a product to a group
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
group_id | Yes | ID of the group (must match the path parameter) |
product_id | Yes | ID of the product to add to the group |
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 unique identifier of the group to add the product to
Body
application/json
Response
Product added to group successfully

