Gets orders by vendor order code.
GET {{baseUrl}}/api/ecom/orders/:vendorOrderCode
[DEPRECATED: APIs under the ECom.Orders scope are scheduled for End of Life effective December 1, 2020. At that time this API will no longer be available. Please see ECom.Shop for the next generation Ecommerce API functionality.]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Order":{"VendorOrderCode":"PSV0030561007","VendorOrderDate":"2022-11-29T10:36:05.9504952Z","CurrencyCode":"USD","TotalAmount":5000,"SubTotalAmount":5000,"TaxTotal":0,"Items":[{"ProductId":"113400101","Quantity":1,"Seats":50,"Years":1,"ListPrice":100,"UnitPrice":100,"LicenseId":116052016,"Keycode":"4D7389CA17C24F6691F1","Modules":null}],"Customer":{"FirstName":"John","LastName":"Doe","CompanyName":"Incorporated Inc.","CustomerEmail":"jdoe@incorporated.com","Address1":"Samplestreet 5","Address2":null,"City":"Denver","State":"CO","Country":"USA","PostalCode":"80123"}}}