Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 449 Bytes

discount_rules.md

File metadata and controls

25 lines (21 loc) · 449 Bytes

discount_rules

GET /api/v1/discount_rules

Required scope: read_marketing, marketing

Sample Model

{
	"id": 3,
	"discount_method_id": 5,
	"type": "an item in cart (multiplied)",
	"target": "glfblls",
	"updated_at": "2013-10-07T14:45:24.64-05:00",
	"created_at": "2013-10-07T14:44:57.373-05:00",
	"operator_type": "contains",
	"target_quantity": 1,
	"target_quantity_type": "MinimumOf"
}