OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo constructor

OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo({
  1. String? carrier,
  2. String? shipmentId,
  3. String? trackingId,
})

Implementation

OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo({
  this.carrier,
  this.shipmentId,
  this.trackingId,
});