Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09
SkuQuantity
Interface SkuQuantity
Quantity details for a SKU as part of a shipment
interface
SkuQuantity
{
expectedQuantity
:
InventoryQuantity
;
receivedQuantity
?:
InventoryQuantity
;
sku
:
string
;
}
Index
Properties
expected
Quantity
received
Quantity?
sku
Properties
expected
Quantity
expectedQuantity
:
InventoryQuantity
Optional
received
Quantity
receivedQuantity
?:
InventoryQuantity
sku
sku
:
string
The merchant stock keeping unit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expected
Quantity
received
Quantity
sku
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
Quantity details for a SKU as part of a shipment