SupplyDetail

The SupplyDetail data type represents a quantity of merchant-owned inventory for a single SKU, either in Amazon's fulfillment network or in a shipment inbound to an Amazon fulfillment center, and the date and time when the inventory is expected to be available for picking.

Ancestors

Relevant Operations

Contents

The following table describes the elements contained in SupplyDetail.

NameDescription

Quantity

The amount of the product (SKU) in your inventory.

Type: Integer

SupplyType

InStock (inventory is in an Amazon fulfillment center), Inbound (inventory is in an inbound shipment to an Amazon fulfillment center), or Transfer (inventory is being transferred from one Amazon fulfillment center to another).

Inventory items returned as InStock might not be immediately pickable. For example, inventory in reserve locations might take up to 12 hours to become pickable.

Type: String

EarliestAvailableToPickDateTime

The earliest date the inventory is expected to be available for picking.

Type: TimePoint

LatestAvailableToPickDateTime

The latest date the inventory is expected to be available for picking.

Type: TimePoint