{
  "products": [
    {
      "id": "community-mystery-drop",
      "slug": "community-mystery-drop",
      "name": "Community Mystery Drop",
      "category": "Community Drops",
      "status": "Coming Soon",
      "price": 50,
      "displayPrice": "$50",
      "image": "/images/products/community-drop.svg",
      "breeder": {
        "id": "friends-of-the-circle",
        "name": "Friends of the Circle",
        "slug": "friends-of-the-circle",
        "email": "",
        "orderEmailEnvKey": "BREEDER_ORDER_EMAIL_FRIENDS_OF_THE_CIRCLE",
        "sendBreederOrderEmail": false,
        "showPaymentAfterCheckout": false,
        "paymentMethods": [],
        "fulfillmentNote": "Products from Friends of the Circle are confirmed, paid for, and fulfilled directly with the participating breeder or creator."
      }
    },
    {
      "id": "garden-state-archive",
      "slug": "garden-state-archive",
      "name": "Garden State Archive Drop",
      "category": "Seeds",
      "status": "Sold Out",
      "price": 0,
      "displayPrice": "Sold Out",
      "image": "/images/products/archive-drop.svg",
      "breeder": {
        "id": "growmiesnj",
        "name": "GrowmiesNJ",
        "slug": "growmiesnj",
        "email": "hello@growmiesnj.com",
        "orderEmailEnvKey": "BREEDER_ORDER_EMAIL_GROWMIESNJ",
        "sendBreederOrderEmail": false,
        "showPaymentAfterCheckout": true,
        "paymentMethods": [
          {
            "type": "Venmo",
            "handle": "@growmiesnj",
            "public": true
          }
        ],
        "fulfillmentNote": "GrowmiesNJ products are confirmed, paid for, and fulfilled by the GrowmiesNJ circle unless otherwise noted."
      }
    },
    {
      "id": "growmiesnj-core-tee",
      "slug": "growmiesnj-core-tee",
      "name": "GrowmiesNJ Core Tee",
      "category": "Apparel",
      "status": "Limited",
      "price": 32,
      "displayPrice": "$32",
      "image": "/images/products/growmies-tee.svg",
      "breeder": {
        "id": "growmiesnj",
        "name": "GrowmiesNJ",
        "slug": "growmiesnj",
        "email": "hello@growmiesnj.com",
        "orderEmailEnvKey": "BREEDER_ORDER_EMAIL_GROWMIESNJ",
        "sendBreederOrderEmail": false,
        "showPaymentAfterCheckout": true,
        "paymentMethods": [
          {
            "type": "Venmo",
            "handle": "@growmiesnj",
            "public": true
          }
        ],
        "fulfillmentNote": "GrowmiesNJ products are confirmed, paid for, and fulfilled by the GrowmiesNJ circle unless otherwise noted."
      }
    },
    {
      "id": "growmiesnj-sticker-pack",
      "slug": "growmiesnj-sticker-pack",
      "name": "GrowmiesNJ Sticker Pack",
      "category": "Stickers",
      "status": "Available",
      "price": 12,
      "displayPrice": "$12",
      "image": "/images/products/sticker-pack.svg",
      "breeder": {
        "id": "growmiesnj",
        "name": "GrowmiesNJ",
        "slug": "growmiesnj",
        "email": "hello@growmiesnj.com",
        "orderEmailEnvKey": "BREEDER_ORDER_EMAIL_GROWMIESNJ",
        "sendBreederOrderEmail": false,
        "showPaymentAfterCheckout": true,
        "paymentMethods": [
          {
            "type": "Venmo",
            "handle": "@growmiesnj",
            "public": true
          }
        ],
        "fulfillmentNote": "GrowmiesNJ products are confirmed, paid for, and fulfilled by the GrowmiesNJ circle unless otherwise noted."
      }
    },
    {
      "id": "pineapples-bananas",
      "slug": "pineapples-bananas",
      "name": "Pineapples & Bananas",
      "category": "Seeds",
      "status": "Available",
      "price": 40,
      "displayPrice": "$40",
      "image": "/images/products/pineapples-bananas.svg",
      "breeder": {
        "id": "little-b-trees",
        "name": "Little b Trees",
        "slug": "little-b-trees",
        "email": "littlebtrees@example.com",
        "orderEmailEnvKey": "BREEDER_ORDER_EMAIL_LITTLE_B_TREES",
        "sendBreederOrderEmail": false,
        "showPaymentAfterCheckout": true,
        "paymentMethods": [
          {
            "type": "Venmo",
            "handle": "@littlebtrees",
            "public": true
          },
          {
            "type": "Cash App",
            "handle": "$littlebtrees",
            "public": true
          }
        ],
        "fulfillmentNote": "Products from Little b Trees are confirmed, paid for, and fulfilled directly by Little b Trees."
      }
    }
  ]
}