get_data() instanceof BatchRetrieveInventoryCountsResponse && is_array( $this->get_data()->getCounts() ) ) { $counts = $this->get_data()->getCounts(); } return $counts; } /** * Checks if there are inventory counts. * * @since 2.0.0 * * @return bool */ public function has_counts() { return ! empty( $this->get_counts() ); } }