Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 493 Bytes

product_variants.md

File metadata and controls

28 lines (24 loc) · 493 Bytes

product_variants

GET /api/v1/product_variants

Required scope: read_catalog, catalog

Sample Model

{
	"id": 6,
	"product_id": 8,
	"variant_group_id": 4,
	"description": "Blue",
	"price_adjustment": 0,
	"price_adjustment_type": "",
	"sort_order": 0,
	"item_number_extension": "",
	"is_hidden": false,
	"updated_at": "2014-03-19T13:31:47.923-05:00",
	"created_at": "2014-03-19T13:31:47.923-05:00",
	"is_default_selection": false
}