Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 530 Bytes

manufacturers.md

File metadata and controls

29 lines (25 loc) · 530 Bytes

manufacturers

GET /api/v1/manufacturers

Required scope: read_catalog, catalog

Sample Model

{
	"id": 1,
	"name": "Nike",
	"description": "",
	"is_hidden": false,
	"sort_order": null,
	"manufacturer_logo_url": "/Shared/images/sample/manufacturers/nike_logo.jpg",
	"page_title": "",
	"keywords": "",
	"meta_description": "",
	"url_rewrite": "/Nike.aspx",
	"updated_at": "2014-03-19T13:31:47.923-05:00",
	"created_at": "2014-03-19T13:31:47.923-05:00",
	"head_tags": ""
}