BatchInventoryReadCountRequest constructor

BatchInventoryReadCountRequest({
  1. String? updatedAfter,
  2. List<InventoryState>? states,
  3. List<String>? catalogObjectIds,
  4. List<String>? locationIds,
  5. String? cursor,
})

Implementation

BatchInventoryReadCountRequest({
  this.updatedAfter, this.states, this.catalogObjectIds, this.locationIds,
this.cursor
});