v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Group Check

Returns a boolean value in the response body to indicate if a single product belongs to a group.

get/products/{product_id}/{group_type}/{group_name}

Path parameters

product_idstring required

Product ID

group_typestring required

Group type slug

group_namestring required

Group name

Response

200

product_has_groupboolean

Example response

{
  "product_has_group": true
}