Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample Return Value:
200 OK

Info

NOTE: Save the orderId value and use that for GetOrderStatus API

Code Block
{
    "id": "1fbf52aa-4e93-4350-a4c5-5b8cea66d9e4",
    "customerId": <Customer ID>,
    "customerOrderId": "CustomerOrder ID",
    "orderId": 384690,
    "createdOnDatetime": "2019-12-06T13:58:08.9423832-08:00",
    "submittedOnDatetime": "2019-12-06T13:58:08.9423832-08:00",
    "address": {
        "id": "eb8266e6-15be-4416-b608-0207fc2e759d",
        "cartId": "1fbf52aa-4e93-4350-a4c5-5b8cea66d9e4",
        "company": "Company1",
        "firstName": "John",
        "lastName": "Smith",
        "address1": "1234 Green Street",
        "address2": "APT 212",
        "city": "Los Angeles",
        "state": "CA",
        "zip": "90210",
        "country": "US",
        "province": null,
        "userDefinedJson": null
    },
    "shippingPreference": "Standard",
    "userDefinedJson": null,
    "orderItems": [
        {
            "id": "1fbf52aa-4e93-4350-a4c5-5b8cea66d9e4",
            "orderGuId": "1fbf52aa-4e93-4350-a4c5-5b8cea66d9e4",
            "designArt": "Art Test",
            "style": "130",
            "trimColor": "White",
            "size": "XL",
            "quantity": 1,
            "sku": "PHL-ARTTEST-XL",
            "artFileUrl": "",
            "weight": 527.3100,
            "shippingPreference": null,
            "t6Style": "HOODIE- 130",
            "t6StyeId": 130,
            "t6SizeId": 7,
            "t6StyleSizeId": 5782,
            "userDefinedJson": null
        }
    ]
}