Orders
Returns list of order objects from your store
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| ExternalId | String | ||
| Store | Integer | ||
| Status | String |
The allowed values are draft, pending, failed, canceled, inprocess, onhold, partial, fulfilled. | |
| Shipping | String | ||
| ShippingServiceName | String | ||
| Created | Datetime | ||
| Updated | Datetime | ||
| RecipientAddress1 | String | ||
| RecipientAddress2 | String | ||
| RecipientCity | String | ||
| RecipientCompany | String | ||
| RecipientCountryCode | String | ||
| RecipientCountryName | String | ||
| RecipientEmail | String | ||
| RecipientName | String | ||
| RecipientPhone | String | ||
| RecipientStateCode | String | ||
| RecipientStateName | String | ||
| RecipientZip | String | ||
| Items | String | ||
| IncompleteItems | String | ||
| CanChangeHold | Boolean | ||
| CostsAdditionalFee | Double | ||
| CostsCurrency | String | ||
| CostsDigitization | Double | ||
| CostsDiscount | Double | ||
| CostsFulfillmentFee | Double | ||
| CostsShipping | Double | ||
| CostsSubtotal | Double | ||
| CostsTax | Double | ||
| CostsTotal | Double | ||
| CostsVat | Double | ||
| RetailCostsCurrency | String | ||
| RetailCostsDiscount | Double | ||
| RetailCostsShipping | Double | ||
| RetailCostsSubtotal | Double | ||
| RetailCostsTax | Double | ||
| RetailCostsTotal | Double | ||
| RetailCostsVat | Double | ||
| PricingBreakdown | String | ||
| Shipments | String | ||
| GiftSubject | String | ||
| GiftMessage | String | ||
| PackingSlipEmail | String | ||
| PackingSlipPhone | String | ||
| PackingSlipMessage | String | ||
| PackingSlipLogoUrl | String | ||
| DashboardUrl | String | ||
| Error | String | ||
| ErrorCode | Integer | ||
| HasDiscontinuedItems | Boolean | ||
| IsSample | Boolean | ||
| NeedsApproval | Boolean | ||
| NotSynced | Boolean | ||
| Notes | String |