Request parameters for createContainerLabel operation in VendorShippingApi.

VendorShippingApiCreateContainerLabelRequest

interface VendorShippingApiCreateContainerLabelRequest {
    body: CreateContainerLabelRequest;
}

Properties

Properties

Request body containing the container label data.

VendorShippingApiCreateContainerLabel