OrdersShipLineItemsRequest constructor

OrdersShipLineItemsRequest({
  1. List<OrderShipmentLineItemShipment>? lineItems,
  2. String? operationId,
  3. String? shipmentGroupId,
  4. List<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>? shipmentInfos,
})

Implementation

OrdersShipLineItemsRequest({
  this.lineItems,
  this.operationId,
  this.shipmentGroupId,
  this.shipmentInfos,
});