Type Alias ShipmentItem_2

ShipmentItem_2: {
    catalog_variant_id: number;
    quantity: number;
}

Basic info about the shipment item.

Type declaration

  • catalog_variant_id: number

    Catalog Variant ID of the shipment item.

  • quantity: number

    List of items included in the shipment.