Amazon Selling Partner (SP-API) Connector
Documentation
Version: 1
Documentation

EndPoint Get Order Items (For Single Order)


Name

get_order_items

Description

Returns the order items information for a specified OrderId [API Help]

Parameters

Parameter Label Required Options Description
AmazonOrderId AmazonOrderId NO Filters purchase orders based on the specified orderid.

Output Columns

Label DataType Length Raw Description
AmazonOrderId DT_WSTR 50 False
OrderItemId DT_WSTR 50 False
Title DT_WSTR 300 False
ASIN DT_WSTR 50 False
SellerSKU DT_WSTR 50 False
QuantityOrdered DT_I8 0 False
QuantityShipped DT_I8 0 False
Model DT_WSTR 100 False
NumberOfItems DT_WSTR 4 False
PriceCurrencyCode DT_WSTR 10 False
PriceAmount DT_WSTR 20 False
TaxCurrencyCode DT_WSTR 10 False
TaxAmount DT_WSTR 20 False
ResponsibleParty DT_WSTR 84 False
IsBuyerRequestedCancel DT_WSTR 20 False
BuyerCancelReason DT_WSTR 80 False
IsGift DT_WSTR 20 False
ConditionSubtypeId DT_WSTR 40 False
IsTransparency DT_BOOL 0 False
PromotionDiscountCurrencyCode DT_WSTR 10 False
PromotionDiscountAmount DT_WSTR 20 False
PromotionDiscountTaxCurrencyCode DT_WSTR 10 False
PromotionDiscountTaxAmount DT_WSTR 20 False
ConditionId DT_WSTR 20 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.