Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 550 Bytes

product_pictures.md

File metadata and controls

30 lines (26 loc) · 550 Bytes

product_pictures

GET /api/v1/product_pictures

Required scope: read_catalog, catalog

Sample Model

{
	"id": 28,
	"product_id": 55,
	"image_file": "/images/LG/LP1_bic.jpg",
	"alt": "",
	"description": "",
	"is_primary": true,
	"is_hidden": false,
	"thumbnail_file": "/images/LG/_thumb_LP1_bic.jpg",
	"sort_order": 0,
	"flash_path": "",
	"created_at": "2013-10-17T20:09:47.307-05:00",
	"updated_at": "2013-10-17T20:09:47.307-05:00",
	"is_video_screen_shot": false,
	"video_content": ""
}