# List of Item Groups Endpoint: GET /api/v1/item_groups Version: 1.0.0 ## Query parameters: - `per_page` (number) Page size | Defaults to 10 Example: "2" - `page` (number) Page number | Defaults to 1 Example: "1" - `include` (string) Includes item variants of each group Example: "variants,photos" - `updated_since` (number) Filter by updated at | If updated since is not provided, the end point functions similar to list endpoint | Number of seconds since the Epoch. Example: "1559120004" ## Header parameters: - `Accept` (string) e.g. application/json Example: "application/json" - `Authorization` (string) e.g. Bearer Example: "Bearer " ## Response 200 fields (application/json): - `item_groups` (array) - `item_groups.id` (string) - `item_groups.name` (string) - `item_groups.sid` (string) - `item_groups.label_url` (string) - `item_groups.label_url_type` (string) - `item_groups.label_url_extra` (any,null) - `item_groups.label_url_extra_type` (any,null) - `item_groups.photos` (array) - `item_groups.photos.url` (string, required) - `item_groups.attributes` (array) - `item_groups.attributes.order` (number, required) - `item_groups.attributes.options` (array, required) - `item_groups.variants` (array) - `item_groups.variants.option_value_ids` (array) - `item_groups.variants.item_attributes` (object) - `item_groups.variants.item_attributes.parent_id` (any,null) - `item_groups.variants.item_attributes.quantity_attributes` (object) - `item_groups.variants.item_attributes.quantity_attributes.quantity` (string) - `item_groups.variants.item_attributes.quantity_attributes.unit_type` (string) - `item_groups.variants.item_attributes.quantity_attributes.unit_name` (string) - `item_groups.variants.item_attributes.min_quantity_attributes` (object) - `item_groups.variants.item_attributes.price` (string) ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string)