Type alias ShipmentV1

ShipmentV1: CreateThing<"Shipment", {
    deliveryAddress?: CreateExpandedThing<"PostalAddress">;
    hasValue?: util.v1.OneOrMore<CreateExpandedThing<"MonetaryAmount">>;
    orderedItem?: util.v1.OneOrMore<ExpandThing<ProductEV1>>;
    originAddress?: CreateExpandedThing<"PostalAddress">;
    shippedOn?: string;
}>

Type declaration