Request parameters for submitShippingLabelRequest operation in VendorShippingApi.

VendorShippingApiSubmitShippingLabelRequestRequest

interface VendorShippingApiSubmitShippingLabelRequestRequest {
    body: SubmitShippingLabelsRequest;
}

Properties

Properties

Request body containing one or more shipping labels data.

VendorShippingApiSubmitShippingLabelRequest