price_rules.json 847 B

12345678910111213141516171819202122232425262728
  1. {
  2. "price_rules": [
  3. {
  4. "id": 102586120,
  5. "target_type": "line_items",
  6. "target_selection": "entitled",
  7. "allocation_method": "each",
  8. "value_type": "fixed_amount",
  9. "value": -10,
  10. "once_per_customer": false,
  11. "usage_limit": 10,
  12. "created_at": "2016-09-11T09:00:00-04:00",
  13. "updated_at": "2016-09-11T09:30:00-04:00",
  14. "starts_at": "2016-09-12T0:00:00-04:00",
  15. "ends_at": "2016-09-12T00:00:00-04:00",
  16. "entitled_product_ids": [22,278,293],
  17. "entitled_variant_ids": [],
  18. "entitled_collection_ids": [],
  19. "entitled_country_ids": [],
  20. "prerequisite_subtotal_range": {
  21. "greater_than_or_equal_to": 10
  22. },
  23. "prerequisite_shipping_price_range": {},
  24. "prerequisite_saved_search_ids": [34,88],
  25. "title": "Summer Sale Event 2017"
  26. }
  27. ]
  28. }