List of orders filtered by pending status, the status can be (Pending, Paid, Canceled and Finished)
invalid credentials
curl -i -X GET \ https://api.h4b.dev/api/v2/Orders/Pending \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "orders": [
- {
- "spreadsheetUrl": "string",
- "orderId": 0,
- "orderType": 1,
- "orderDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "paymentOption": "string",
- "paymentStatus": "string",
- "shipmentOption": "string",
- "shipmentStatus": "string",
- "hasPayout": true,
- "total": 0,
- "store": "string",
- "storeId": 0,
- "currency": "string",
- "locale": "string",
- "countryName": "string",
- "salesChannel": 1,
- "createdDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "locationId": 0,
- "currencySymbol": "string",
- "orderStatus": "string",
- "buyerName": "string",
- "buyerEmail": "string",
- "buyerPhone": "string",
- "orderDetail": "string",
- "createdDateWithTzFormat": "2019-08-24T14:15:22Z",
- "paymentDateWithTzFormat": "2019-08-24T14:15:22Z",
- "paymentAuthorizationCode": "string",
- "paymentMethodLastDigits": "string",
- "cardBrand": "string"
}
]
}