Request parameters for getShippingLabels operation in VendorShippingApi.

VendorShippingApiGetShippingLabelsRequest

interface VendorShippingApiGetShippingLabelsRequest {
    createdAfter: string;
    createdBefore: string;
    limit?: number;
    nextToken?: string;
    shipFromPartyId?: string;
    sortOrder?: GetShippingLabelsSortOrderEnum;
}

Properties

createdAfter: string

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

VendorShippingApiGetShippingLabels

createdBefore: string

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

VendorShippingApiGetShippingLabels

limit?: number

The limit to the number of records returned.

VendorShippingApiGetShippingLabels

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.

VendorShippingApiGetShippingLabels

shipFromPartyId?: string

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

VendorShippingApiGetShippingLabels

Sort ASC or DESC by order creation date.

VendorShippingApiGetShippingLabels