Values.LineItemSourceInformation about a line item.
type nonrec t = {catalogItemId : SkuCode.t option;The ID of the catalog item.
*)lineItemId : LineItemId.t option;The ID of the line item.
*)quantity : LineItemQuantity.t option;The quantity of the line item.
*)status : LineItemStatus.t option;The status of the line item.
*)shipmentInformation : ShipmentInformation.t option;Information about a line item shipment.
*)assetInformationList : LineItemAssetInformationList.t option;Information about assets.
*)previousLineItemId : LineItemId.t option;The ID of the previous line item.
*)previousOrderId : OrderId.t option;The ID of the previous order.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of LineItemQuantity.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of MacAddress.t ] list
| `String of AssetId.t ])
list ]
list
| `String of SkuCode.t
| `Structure of
(string * [> `Enum of string | `String of TrackingId.t ]) list ])
list ]