Request parameters for getShipmentItems operation in FbaInboundApi.

Export

FbaInboundApiGetShipmentItemsRequest

interface FbaInboundApiGetShipmentItemsRequest {
    lastUpdatedAfter?: string;
    lastUpdatedBefore?: string;
    marketplaceId: string;
    nextToken?: string;
    queryType: "DATE_RANGE" | "NEXT_TOKEN";
}

Properties

lastUpdatedAfter?: string

A date used for selecting inbound shipment items that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.

Memberof

FbaInboundApiGetShipmentItems

lastUpdatedBefore?: string

A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.

Memberof

FbaInboundApiGetShipmentItems

marketplaceId: string

A marketplace identifier. Specifies the marketplace where the product would be stored.

Memberof

FbaInboundApiGetShipmentItems

nextToken?: string

A string token returned in the response to your previous request.

Memberof

FbaInboundApiGetShipmentItems

queryType: "DATE_RANGE" | "NEXT_TOKEN"

Indicates whether items are returned using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or using NextToken, which continues returning items specified in a previous request.

Memberof

FbaInboundApiGetShipmentItems