Open API

GET api/order/getorders

Get complete list of order for a specific provider
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer AccessToken

Response Information
[
  {
    "OrderNumber": 1,
    "ProviderID": 1,
    "OrderID": 2,
    "OrderType": 1,
    "ShopperID": 3,
    "ShopperUserName": "sample string 4",
    "ShopperName": "sample string 5",
    "ShopperFirstName": "sample string 6",
    "ShopperLastName": "sample string 7",
    "ShopperTypeID": 8,
    "ShopperEmail": "sample string 9",
    "ShopperPhoneNumber": "sample string 10",
    "OrderPlacedDate": "2024-04-26T23:43:25.9612354+00:00",
    "IPAddress": "sample string 11",
    "CarrierName": "sample string 12",
    "OrderStatusId": 13,
    "CarrierId": 1,
    "ServiceTypeId": 1,
    "OriginalSubTotal": 14.1,
    "DiscountTotal": 15.1,
    "OrderSubTotal": 16.1,
    "ShippingCost": 17.1,
    "TaxCost": 18.1,
    "StoreCreditUsed": 19.1,
    "GiftCardAmountUsed": 20.1,
    "PaymentMethodId": 1,
    "PaymentStatusId": 21,
    "AuthorizationCode": "sample string 22",
    "TransactionReferenceNumber": "sample string 23",
    "OrderTotal": 24.1,
    "OrderComments": "sample string 25",
    "CreatedDate": "2024-04-26T23:43:25.9612354+00:00",
    "ModifiedDate": "2024-04-26T23:43:25.9612354+00:00",
    "PreferredGroupID": 1,
    "PreferredGroupName": "sample string 28",
    "CardType": "sample string 29",
    "orderPoNumber": "sample string 30",
    "OrderNote": "sample string 31",
    "IsTaxOnShipping": true,
    "InvoiceNumber": "sample string 33",
    "IsShippingSameasBilling": true
  },
  {
    "OrderNumber": 1,
    "ProviderID": 1,
    "OrderID": 2,
    "OrderType": 1,
    "ShopperID": 3,
    "ShopperUserName": "sample string 4",
    "ShopperName": "sample string 5",
    "ShopperFirstName": "sample string 6",
    "ShopperLastName": "sample string 7",
    "ShopperTypeID": 8,
    "ShopperEmail": "sample string 9",
    "ShopperPhoneNumber": "sample string 10",
    "OrderPlacedDate": "2024-04-26T23:43:25.9612354+00:00",
    "IPAddress": "sample string 11",
    "CarrierName": "sample string 12",
    "OrderStatusId": 13,
    "CarrierId": 1,
    "ServiceTypeId": 1,
    "OriginalSubTotal": 14.1,
    "DiscountTotal": 15.1,
    "OrderSubTotal": 16.1,
    "ShippingCost": 17.1,
    "TaxCost": 18.1,
    "StoreCreditUsed": 19.1,
    "GiftCardAmountUsed": 20.1,
    "PaymentMethodId": 1,
    "PaymentStatusId": 21,
    "AuthorizationCode": "sample string 22",
    "TransactionReferenceNumber": "sample string 23",
    "OrderTotal": 24.1,
    "OrderComments": "sample string 25",
    "CreatedDate": "2024-04-26T23:43:25.9612354+00:00",
    "ModifiedDate": "2024-04-26T23:43:25.9612354+00:00",
    "PreferredGroupID": 1,
    "PreferredGroupName": "sample string 28",
    "CardType": "sample string 29",
    "orderPoNumber": "sample string 30",
    "OrderNote": "sample string 31",
    "IsTaxOnShipping": true,
    "InvoiceNumber": "sample string 33",
    "IsShippingSameasBilling": true
  }
]