# Order Details **POST /Account/Read/Order** Returns details about the last 5 orders. *Secret Hmac Required. Cache Time 1 Hour. Reset if purchase happens.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **ShowCount** (number) If set, the number of orders returned. Otherwise the five most recent ones are returned. ## Responses ### 200 Order Information successfully returned #### Body: (object) - **Parent** (number) Parent User Number (top level) - **Custno** (number) customer number - **Invoice** (number) the invoice/Order number - **OrderDate** (string) date/time the order was created - **ShipDate** (string) date/time the order was shipped (0 if not shipped) - **PayDate** (string) date/time the order was paid for (0 if not paid) - **PO** (string) the purchase order number - **Terms** (string) the payment terms for the order - **Company** (string) company name - **FirstName** (string) ship to first name - **LastName** (string) ship to last name - **Address1** (string) ship to address line 1 - **Address2** (string) ship to address line 2 - **City** (string) ship to city - **State** (string) ship to state/province - **Zip** (string) ship to zip code/postal code - **CountryCode** (string) ship to country Code - **Weight** (number) Total weight of the order - **Total** (number) Order total - **Balance** (number) Amount left to pay - **Shipping** (number) Shipping amount - **Tracking** (object) - **Detail** (array[object]) Order Detail of the items ordered [Powered by Bump.sh](https://bump.sh)