Interface VendorDirectFulfillmentShippingApiModelV20211228VendorShippingLabelsApiGetShippingLabelsRequest

Request parameters for getShippingLabels operation in VendorShippingLabelsApi.

VendorShippingLabelsApiGetShippingLabelsRequest

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

Properties

createdAfter: string

Shipping labels that became available after this date and time will be included in the result. Values are in ISO 8601 date-time format.

VendorShippingLabelsApiGetShippingLabels

createdBefore: string

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

VendorShippingLabelsApiGetShippingLabels

limit?: number

The limit to the number of records returned.

VendorShippingLabelsApiGetShippingLabels

nextToken?: string

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

VendorShippingLabelsApiGetShippingLabels

shipFromPartyId?: string

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

VendorShippingLabelsApiGetShippingLabels

sortOrder?: "ASC" | "DESC"

The sort order creation date. You can choose between ascending (`ASC`) or descending (`DESC`) sort order.

VendorShippingLabelsApiGetShippingLabels

MMNEPVFCICPMFPCPTTAAATR