Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 414 Bytes

attribute_groups.md

File metadata and controls

25 lines (21 loc) · 414 Bytes

attribute_groups

GET /api/v1/attribute_groups

Required scope: read_catalog, catalog

Sample Model

{
	"id": 1,
	"name": "Shoes",
	"sort_order": 0,
	"is_hidden": false,
	"allow_drill_down": true,
	"allow_multiple": true,
	"tie_variant_inventory": false,
	"updated_at": "2014-03-19T13:31:47.923-05:00",
	"created_at": "2014-03-19T13:31:47.923-05:00"
}