EndPoint Get FBA Inventory Summaries (Fulfilled By Amazon)
Name
get_inventory_summaries
Description
Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime, sellerSkus and sellerSku parameters. [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Asin |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
FnSku |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
ProductName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
TotalQuantity |
DT_I4
|
int
|
False |
||
SellerSku |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
Condition |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
LastUpdatedTime |
DT_DBTIMESTAMP
|
datetime
|
False |
||
InventoryDetailsFulfillableQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsInboundWorkingQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsInboundShippedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsInboundReceivingQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsReservedQuantityTotalReservedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsReservedQuantityPendingCustomerOrderQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsReservedQuantityPendingTransshipmentQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsReservedQuantityFcProcessingQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsResearchingQuantityTotalResearchingQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsResearchingQuantityResearchingQuantityBreakdown |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
InventoryDetailsUnfulfillableQuantityTotalUnfulfillableQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityCustomerDamagedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityWarehouseDamagedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityDistributorDamagedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityCarrierDamagedQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityDefectiveQuantity |
DT_I4
|
int
|
False |
||
InventoryDetailsUnfulfillableQuantityExpiredQuantity |
DT_I4
|
int
|
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 FBA Inventory Summaries (Fulfilled By Amazon) using API Source
Amazon Selling Partner (SP-API)
Get FBA Inventory Summaries (Fulfilled By Amazon)

Get FBA Inventory Summaries (Fulfilled By Amazon) using API Destination
Amazon Selling Partner (SP-API)
Get FBA Inventory Summaries (Fulfilled By Amazon)
