Submit order

Sample Request & Response

curl --location 'https://headless.treez.io/v2.0/dispensary/partnersandbox2/ecommerce/ticket' \
--header 'client_id: 1234EXAMPLECLIENTID567890' \
--header 'client_secret: 1234EXAMPLECLIENTSECRET567890' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzY290dC50aGFjaGVyK2Vjb21tMkB0cmVlei5pbyIsImNyZWF0ZWQiOjE2OTA1NTYxODY0NzcsImt1cCI6MzM3NjQsImV4cCI6MTY5MDU1Njc4Niwic3VwIjoxMTAwfQ.RgAVPQrDAoKu2CRknQgFOY2qFn2bTZEwNxhbfYOl50mS55WcNs5S2DGb6Vr6b6uAFwCQRX9HqilQhN6IievhGQ' \
--data '{
    "type": "PICKUP",
    "items": [
        {
            "productId": "3d993325-1f9d-4098-b5a5-128d9222fc03",
            "quantity": 1
        }
    ],
    "rewardDollars": 0
}'
{
    "resultCode": "SUCCESS",
    "resultReason": null,
    "orderId": "85614206-7f78-4e51-a172-567257e23f29",
    "type": "PICKUP",
    "status": "AWAITING_PROCESSING",
    "orderNumber": "YOIDPW",
    "address": {
        "id": 7228,
        "street": "1611 Telegraph Ave",
        "city": "Oakland",
        "state": "CA",
        "county": null,
        "country": null,
        "type": null,
        "zip": "94612",
        "comment": "EioxNjExIFRlbGVncmFwaCBBdmUsIE9ha2xhbmQsIENBIDk0NjEyLCBVU0EiMRIvChQKEglPr9kvsoCPgBF3GEaMx_u4WRDLDCoUChIJ266QOuB9hYARJ5_YXxqZ430",
        "longitude": null,
        "latitude": null,
        "apt": "",
        "primary": false
    },
    "items": [
        {
            "id": "60deacf4-3bc8-45c3-8ece-a63889ad2de0",
            "productId": "3d993325-1f9d-4098-b5a5-128d9222fc03",
            "type": "FLOWER",
            "subtype": "PRE-PACK",
            "brand": "MIRAYO",
            "name": "DOC OG",
            "quantity": 1.0,
            "originalQuantity": 0.0,
            "weight": 3.5,
            "size": "1.0",
            "unitType": "GRAMS",
            "barcodes": "",
            "priceSell": "100",
            "tax": 0.0,
            "lineIndex": 1,
            "discountDescription": "",
            "originalPrice": 100.0,
            "unitId": "592509f3-8abc-4345-b025-ea0f4f115de4",
            "packageId": "95951a9d-3ad5-4ef1-a6e1-1dd2121c628c",
            "packageLabel": "1070",
            "refundedQuantity": 0.0,
            "locationId": "dee1e014-6ff7-11e9-b685-0280fd4571a6",
            "deli": false
        }
    ],
    "totalItems": 1,
    "unavailableItems": [],
    "subTotal": "90",
    "adjustedSubTotal": "90",
    "tax": "24.63",
    "total": "114.63",
    "deliveryCost": "0",
    "discount": "-10",
    "tierDiscount": "0",
    "payByPoints": "-0",
    "eta": "Your order is in queue and you will receive a text when your order is ready. Order must be picked up by 11:59pm today.",
    "message": []
}