Sample Product JSON

    
    {
        "merchantId": "bobsbigbooks",
        "orderID": "OR-1234",
        "languageID": "en",
        "orderDate": "2020-01-10T11:00:00Z",
        "expectedShipDate": "2020-01-14T11:00:00Z",
        "expectedCarrier": "Purolator",
        "expectedCarrierService": "Expedited",
        "destinationAddress": {
          "company": "Bob's Big Books",
          "firstName": "Bob",
          "lastName": "Loblaw",
          "street1": "123 Bobberson Cres.",
          "street2": "",
          "city": "Bobville",
          "stateOrProvince": "ON",
          "postalCode": "A1A 1A1",
          "country": "CA",
          "phone": "555.555.5555",
          "email": "bob@gmail.com"
        },
        "items": [
          {
            "orderItemID": "OR-1234-1",
            "productType": "Brochure",
            "itemAssetURL": "https://catsandbirds.ca/wp-content/uploads/sites/3/2017/09/31617-sv-cats-and-birds_19_4.pdf",
            "productCode": "sku 721",
            "quantity": 4,
            "productName": "Tri-fold Brochure",
            "bindingLocation": "right",
            "bindingType": "Saddle Stitch",
            "foldType": "Bi-Fold",
            "orientation": "Portrait",
            "insideCoverColors": 4,
            "outsideCoverColors": 4,
            "substrateText": "120# Glossy Cover",
            "textPageColors": 4,
            "finishedWidth": 8.5,
            "finishedHeight": 11,
            "pageCount": 1,
            "substrateCover": "140# Matte Cover",
            "coating": "UV Front Only"
          }
        ]
      }