[
  {
    "handle": "have-you-seen-my-pants",
    "title": "Have you seen my Pants?",
    "excerpt": "# Lego Movie is so funny!",
    "body": "# Honey, have you seen my Pants?",
    "published": true,
    "sort_order": "price-desc",
    "collections": ["Lego Movie"],
    "images": [
      {
        "src": "https://placeholdit.imgix.net/~text?txtsize=33&txt=350%C3%97150&w=350&h=150",
        "alt": "Hello World"
      },
      {
        "src": "https://placeholdit.imgix.net/~text?txtsize=33&txt=350%C3%97150&w=350&h=150",
        "alt": "Hello World 2"
      }
    ]
  },
  {
    "handle": "customer-discount-test",
    "title": "Customer Discount",
    "body": "# Customer Discount",
    "published": true,
    "sort_order": "price-desc",
    "primary_purpose": "discount",
    "discount_type": "rate",
    "discount_scope": "global",
    "discount_rate": 100,
    "discount_status": "enabled",
    "discount_product_exclude": [
      "subscription"
    ]
  }
]
