Request parameters for listInboundShipments operation in AwdApi.

AwdApiListInboundShipmentsRequest

interface AwdApiListInboundShipmentsRequest {
    maxResults?: number;
    nextToken?: string;
    shipmentStatus?: ListInboundShipmentsShipmentStatusEnum;
    sortBy?: ListInboundShipmentsSortByEnum;
    sortOrder?: ListInboundShipmentsSortOrderEnum;
    updatedAfter?: string;
    updatedBefore?: string;
}

Properties

maxResults?: number

Maximum number of results to return.

AwdApiListInboundShipments

nextToken?: string

Token to retrieve the next set of paginated results.

AwdApiListInboundShipments

Filter by inbound shipment status.

AwdApiListInboundShipments

Field to sort results by. By default, the response will be sorted by UPDATED_AT.

AwdApiListInboundShipments

Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.

AwdApiListInboundShipments

updatedAfter?: string

List the inbound shipments that were updated after a certain time (inclusive). The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

AwdApiListInboundShipments

updatedBefore?: string

List the inbound shipments that were updated before a certain time (inclusive). The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601</a> format.

AwdApiListInboundShipments