Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for getPackingSlips operation in VendorDirectFulfillmentShippingApi.

    interface VendorDirectFulfillmentShippingApiGetPackingSlipsRequest {
        createdAfter: string;
        createdBefore: string;
        limit?: number;
        nextToken?: string;
        shipFromPartyId?: string;
        sortOrder?: GetPackingSlipsSortOrderEnum;
    }
    Index

    Properties

    createdAfter: string

    Packing slips that became available after this date and time will be included in the result. Must be in ISO-8601 date/time format.

    createdBefore: string

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

    limit?: number

    The limit to the number of records returned

    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.

    shipFromPartyId?: string

    The vendor warehouseId for order fulfillment. If not specified the result will contain orders for all warehouses.

    Sort ASC or DESC by packing slip creation date.