OrdersShipLineItemsRequest constructor
OrdersShipLineItemsRequest({
- List<
OrderShipmentLineItemShipment> ? lineItems, - String? operationId,
- String? shipmentGroupId,
- List<
OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo> ? shipmentInfos,
Implementation
OrdersShipLineItemsRequest({
this.lineItems,
this.operationId,
this.shipmentGroupId,
this.shipmentInfos,
});