Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 607 Bytes

variant_groups.md

File metadata and controls

34 lines (27 loc) · 607 Bytes

variant_groups

GET /api/v1/variant_groups

Required scope: read_catalog, catalog

Sample Model

{
	"id": 4,
	"name": "COLOR",
	"sort_order": 50,
	"is_hidden": false,
	"updated_at": "2014-03-19T13:31:47.923-05:00",
	"created_at": "2014-03-19T13:31:47.923-05:00",
	"display_type": "DropDown",
	"group_header_html": "",
	"public_description_html": "",
	"group_footer_html": "",
	"is_non_inventory": false
}

Nested Resources

Accessible via the ?expand= parameter or /api/v1/variant_groups/{id}/{nested_resource}.

variants