Interface VendorDirectFulfillmentShippingApiModelV20211228VendorShippingApiGetPackingSlipsRequest

Request parameters for getPackingSlips operation in VendorShippingApi.

VendorShippingApiGetPackingSlipsRequest

interface VendorDirectFulfillmentShippingApiModelV20211228VendorShippingApiGetPackingSlipsRequest {
    createdAfter: string;
    createdBefore: string;
    limit?: number;
    nextToken?: string;
    shipFromPartyId?: string;
    sortOrder?: "ASC" | "DESC";
}

Properties

createdAfter: string

Packing slips that become available after this date and time will be included in the result. Values are in ISO 8601 date-time format.

VendorShippingApiGetPackingSlips

createdBefore: string

Packing slips that became available before this date and time will be included in the result. Values are in ISO 8601 date-time format.

VendorShippingApiGetPackingSlips

limit?: number

The maximum number of records to return.

VendorShippingApiGetPackingSlips

nextToken?: string

Used for pagination when there are more packing slips than the specified result size limit. The token value is returned in the previous API call.

VendorShippingApiGetPackingSlips

shipFromPartyId?: string

The vendor `warehouseId` for order fulfillment. If not specified, the result contains orders for all warehouses.

VendorShippingApiGetPackingSlips

sortOrder?: "ASC" | "DESC"

The packing slip creation dates, which are sorted by ascending or descending order.

VendorShippingApiGetPackingSlips

MMNEPVFCICPMFPCPTTAAATR