Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 418 Bytes

attributes.md

File metadata and controls

27 lines (23 loc) · 418 Bytes

attributes

GET /api/v1/attributes

Required scope: read_catalog, catalog

Sample Model

{
	"id": 2,
	"attribute_group_id": 1,
	"name": "Men's",
	"is_hidden": false,
	"sort_order": 0,
	"updated_at": "2014-03-19T13:31:47.923-05:00",
	"created_at": "2014-03-19T13:31:47.923-05:00",
	"page_title": "",
	"keywords": "",
	"meta_description": "",
	"url_rewrite": ""
}