Interface VendorShipmentsApiModelContainerIdentification

A list of carton identifiers.

ContainerIdentification

interface VendorShipmentsApiModelContainerIdentification {
    containerIdentificationNumber: string;
    containerIdentificationType:
        | "GTIN"
        | VendorShipmentsApiModelContainerIdentificationContainerIdentificationTypeEnum
        | "SSCC"
        | "AMZNCC"
        | "BPS"
        | "CID";
}

Properties

containerIdentificationNumber: string

Container identification number that adheres to the definition of the container identification type.

ContainerIdentification

containerIdentificationType:
    | "GTIN"
    | VendorShipmentsApiModelContainerIdentificationContainerIdentificationTypeEnum
    | "SSCC"
    | "AMZNCC"
    | "BPS"
    | "CID"

The container identification type.

ContainerIdentification

MMNEPVFCICPMFPCPTTAAATR