Endpoint Get Order Items
Name
get_order_items
Description
Gets a list of line items for all orders or the specified order(s). [API reference]
Related Tables
Parameters
Parameter | Required | Options | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name:
Label: Order Id(s) - Comma separated Restrict results to records specified by a comma-separated list of IDs. Max IDs per request controlled by BatchSize property (found in PaginationParams) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Since Order Id Restrict results created after the specified order ID. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Created Before Restrict results to orders created before a specified date. (format: 2014-04-25T16:15:47-04:00) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Created After Restrict results to orders created after a specified date. (format: 2014-04-25T16:15:47-04:00) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Updated Before Restrict results to orders last updated before a specified date. (format: 2014-04-25T16:15:47-04:00) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Updated After Restrict results to orders last updated after a specified date. (format: 2014-04-25T16:15:47-04:00) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Attribution App Id Show orders attributed to a certain app, specified by the app ID. Set as current to show orders for the app currently consuming the API. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Financial Status Filter orders by their financial status. (Default: any) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Fulfillment Status Filter orders by their fulfillment status. (Default: any) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Imported Before Show orders imported at or before date. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Imported After Show orders imported at or after date. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Status Filter orders by their status. (Default: open) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Page Size The maximum number of records to show. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name:
Label: Only Fields to Show Limit data retrieval to only the selected order-related fields. |
|
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description |
---|---|---|---|---|
Id |
DT_I8
|
bigint
|
||
OrderId |
DT_I8
|
bigint
|
||
OrderNumber |
DT_I4
|
int
|
||
FulfillableQuantity |
DT_I4
|
int
|
||
FulfillmentService |
DT_WSTR
|
nvarchar(255)
|
255 | |
FulfillmentStatus |
DT_WSTR
|
nvarchar(255)
|
255 | |
Grams |
DT_I4
|
int
|
||
Price |
DT_WSTR
|
nvarchar(255)
|
255 | |
ProductId |
DT_I8
|
bigint
|
||
Quantity |
DT_I4
|
int
|
||
RequiresShipping |
DT_BOOL
|
bit
|
||
Sku |
DT_WSTR
|
nvarchar(255)
|
255 | |
Name |
DT_WSTR
|
nvarchar(255)
|
255 | |
Title |
DT_WSTR
|
nvarchar(255)
|
255 | |
VariantId |
DT_I8
|
bigint
|
||
VariantTitle |
DT_WSTR
|
nvarchar(255)
|
255 | |
Vendor |
DT_WSTR
|
nvarchar(255)
|
255 | |
ProductExists |
DT_BOOL
|
bit
|
||
GiftCard |
DT_BOOL
|
bit
|
||
PriceSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
PriceSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
PriceSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
PriceSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
Properties |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
Taxable |
DT_BOOL
|
bit
|
||
TaxLines |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
TotalDiscount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
DiscountAllocations |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
OriginLocationId |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationCountryCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationProvinceCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationName |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationAddress1 |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationAddress2 |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationCity |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginLocationZip |
DT_WSTR
|
nvarchar(255)
|
255 | |
Duties |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
BillingAddressLine1 |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressLine2 |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressCity |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressCompany |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressCountry |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressFirstName |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressLastName |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressPhone |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressProvince |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressZip |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressName |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressProvinceCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressCountryCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressLatitude |
DT_WSTR
|
nvarchar(255)
|
255 | |
BillingAddressLongitude |
DT_WSTR
|
nvarchar(255)
|
255 | |
BrowserIp |
DT_WSTR
|
nvarchar(255)
|
255 | |
BuyerAcceptsMarketing |
DT_BOOL
|
bit
|
||
LineItems |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
CancelReason |
DT_WSTR
|
nvarchar(255)
|
255 | |
CancelledAt |
DT_WSTR
|
nvarchar(255)
|
255 | |
CartToken |
DT_WSTR
|
nvarchar(255)
|
255 | |
CheckoutToken |
DT_WSTR
|
nvarchar(255)
|
255 | |
ClientDetailsAcceptLanguage |
DT_WSTR
|
nvarchar(255)
|
255 | |
ClientDetailsBrowserHeight |
DT_I4
|
int
|
||
ClientDetailsBrowserIp |
DT_WSTR
|
nvarchar(255)
|
255 | |
ClientDetailsBrowserWidth |
DT_I4
|
int
|
||
ClientDetailsSessionHash |
DT_WSTR
|
nvarchar(255)
|
255 | |
ClientDetailsUserAgent |
DT_WSTR
|
nvarchar(255)
|
255 | |
ClosedAt |
DT_WSTR
|
nvarchar(255)
|
255 | |
CompanyId |
DT_I8
|
bigint
|
||
CompanyLocationId |
DT_I8
|
bigint
|
||
CreatedAt |
DT_WSTR
|
nvarchar(255)
|
255 | |
Currency |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDiscounts |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDiscountsShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDiscountsShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDiscountsPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDiscountsPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDutiesShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDutiesShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDutiesPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalDutiesPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalPrice |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalPriceShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalPriceShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalPricePresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalPricePresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentSubtotalPrice |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentSubtotalPriceShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentSubtotalPriceShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentSubtotalPricePresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentSubtotalPricePresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalTax |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalTaxShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalTaxShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalTaxPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
CurrentTotalTaxPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
CustomerId |
DT_I8
|
bigint
|
||
CustomerLocale |
DT_WSTR
|
nvarchar(255)
|
255 | |
DT_WSTR
|
nvarchar(255)
|
255 | ||
EstimatedTaxes |
DT_BOOL
|
bit
|
||
FinancialStatus |
DT_WSTR
|
nvarchar(255)
|
255 | |
OrderFulfillmentStatus |
DT_WSTR
|
nvarchar(255)
|
255 | |
LandingSite |
DT_WSTR
|
nvarchar(255)
|
255 | |
LocationId |
DT_I8
|
bigint
|
||
MerchantOfRecordAppId |
DT_I8
|
bigint
|
||
OrderName |
DT_WSTR
|
nvarchar(255)
|
255 | |
Note |
DT_NTEXT
|
nvarchar(MAX)
|
||
Number |
DT_I4
|
int
|
||
OriginalTotalDutiesShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginalTotalDutiesShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginalTotalDutiesPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
OriginalTotalDutiesPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
PaymentTermsAmount |
DT_DECIMAL
|
decimal(0,5)
|
||
PaymentTermsCurrency |
DT_WSTR
|
nvarchar(255)
|
255 | |
PaymentTermsName |
DT_WSTR
|
nvarchar(255)
|
255 | |
PaymentTermsType |
DT_WSTR
|
nvarchar(255)
|
255 | |
PaymentTermsDueInDays |
DT_I4
|
int
|
||
Phone |
DT_WSTR
|
nvarchar(255)
|
255 | |
PresentmentCurrency |
DT_WSTR
|
nvarchar(255)
|
255 | |
ProcessedAt |
DT_WSTR
|
nvarchar(255)
|
255 | |
ProcessingMethod |
DT_WSTR
|
nvarchar(255)
|
255 | |
ReferringSite |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressLine1 |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressLine2 |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressCity |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressCompany |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressCountry |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressFirstName |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressLastName |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressPhone |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressProvince |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressZip |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressName |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressProvinceCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressCountryCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressLatitude |
DT_WSTR
|
nvarchar(255)
|
255 | |
ShippingAddressLongitude |
DT_WSTR
|
nvarchar(255)
|
255 | |
SourceName |
DT_WSTR
|
nvarchar(255)
|
255 | |
SourceIdentifier |
DT_WSTR
|
nvarchar(255)
|
255 | |
SourceUrl |
DT_WSTR
|
nvarchar(255)
|
255 | |
SubtotalPrice |
DT_DECIMAL
|
decimal(0,5)
|
||
SubtotalPriceSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
SubtotalPriceSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
SubtotalPriceSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
SubtotalPriceSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
Tags |
DT_NTEXT
|
nvarchar(MAX)
|
||
TaxesIncluded |
DT_BOOL
|
bit
|
||
Test |
DT_BOOL
|
bit
|
||
Token |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscounts |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountsSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountsSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountsSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalDiscountsSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalLineItemsPrice |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalLineItemsPriceSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalLineItemsPriceSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalLineItemsPriceSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalLineItemsPriceSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalOutstanding |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalPrice |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalPriceSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalPriceSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalPriceSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalPriceSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalShippingPriceSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalShippingPriceSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalShippingPriceSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalShippingPriceSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTax |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTaxSetShopMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTaxSetShopMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTaxSetPresentmentMoneyAmount |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTaxSetPresentmentMoneyCurrencyCode |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalTipReceived |
DT_WSTR
|
nvarchar(255)
|
255 | |
TotalWeight |
DT_DECIMAL
|
decimal(0,5)
|
||
UpdatedAt |
DT_WSTR
|
nvarchar(255)
|
255 | |
UserId |
DT_I8
|
bigint
|
||
OrderStatusUrl |
DT_WSTR
|
nvarchar(255)
|
255 |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description |
---|---|---|---|---|
OrderId |
DT_I8
|
bigint
|
Examples
SSIS
Use Shopify Connector in API Source or in API Destination SSIS Data Flow components to read or write data.
API Source
This Endpoint belongs to the OrderItems table, therefore it is better to use it, instead of accessing the endpoint directly:
Optional Parameters | |
---|---|
Order Id(s) - Comma separated |

API Destination
This Endpoint belongs to the OrderItems table, therefore it is better to use it, instead of accessing the endpoint directly. Use this table and table-operation pair to get order items:
Optional Parameters | |
---|---|
Order Id(s) - Comma separated |

ODBC application
Use these SQL queries in your ODBC application data source:
Get line items for all orders
SELECT * FROM OrderItems
Get line items for multiple specific orders by their order IDs
SELECT * FROM OrderItems WITH(ids='1111111111111,2222222222222,3333333333333')
Get line items for a specific order by the order ID
SELECT * FROM OrderItems Where OrderId=1111111111111
get_order_items
endpoint belongs to
OrderItems
table(s), and can therefore be used via those table(s).
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Get line items for all orders
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM OrderItems';
EXEC (@MyQuery) AT [LS_TO_SHOPIFY_IN_GATEWAY];
Get line items for multiple specific orders by their order IDs
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM OrderItems WITH(ids=''1111111111111,2222222222222,3333333333333'')';
EXEC (@MyQuery) AT [LS_TO_SHOPIFY_IN_GATEWAY];
Get line items for a specific order by the order ID
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM OrderItems Where OrderId=1111111111111';
EXEC (@MyQuery) AT [LS_TO_SHOPIFY_IN_GATEWAY];
get_order_items
endpoint belongs to
OrderItems
table(s), and can therefore be used via those table(s).