EndPoint Get Orders Items (For All Orders **Slow**)
Name
get_order_items_all
Description
Returns the order items information for a specified order search criterial (All orders by Create/Update date, status etc)
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
AmazonOrderId |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
OrderItemId |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
Title |
DT_WSTR
|
nvarchar(300)
|
300 | False |
|
ASIN |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
SellerSKU |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
QuantityOrdered |
DT_I8
|
bigint
|
False |
||
QuantityShipped |
DT_I8
|
bigint
|
False |
||
Model |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
NumberOfItems |
DT_WSTR
|
nvarchar(4)
|
4 | False |
|
PriceCurrencyCode |
DT_WSTR
|
nvarchar(10)
|
10 | False |
|
PriceAmount |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
TaxCurrencyCode |
DT_WSTR
|
nvarchar(10)
|
10 | False |
|
TaxAmount |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
ResponsibleParty |
DT_WSTR
|
nvarchar(84)
|
84 | False |
|
IsBuyerRequestedCancel |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
BuyerCancelReason |
DT_WSTR
|
nvarchar(80)
|
80 | False |
|
IsGift |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
ConditionSubtypeId |
DT_WSTR
|
nvarchar(40)
|
40 | False |
|
IsTransparency |
DT_BOOL
|
bit
|
False |
||
PromotionDiscountCurrencyCode |
DT_WSTR
|
nvarchar(10)
|
10 | False |
|
PromotionDiscountAmount |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
PromotionDiscountTaxCurrencyCode |
DT_WSTR
|
nvarchar(10)
|
10 | False |
|
PromotionDiscountTaxAmount |
DT_WSTR
|
nvarchar(20)
|
20 | False |
|
ConditionId |
DT_WSTR
|
nvarchar(20)
|
20 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Amazon Selling Partner (SP-API) Connector in API Source component to read data or in API Destination component to read/write data:
Get Orders Items (For All Orders **Slow**) using API Source
Amazon Selling Partner (SP-API)
Get Orders Items (For All Orders **Slow**)

Get Orders Items (For All Orders **Slow**) using API Destination
Amazon Selling Partner (SP-API)
Get Orders Items (For All Orders **Slow**)
