Skip to content

Commit

Permalink
Merge pull request #28 from productflowbv/feature/add-options-to-kauf…
Browse files Browse the repository at this point in the history
…land

updated to use CSV endpoint
  • Loading branch information
remcom authored Jul 9, 2024
2 parents 273adc2 + d87f2a0 commit ac08425
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ public function showSharedSet($identifier)
{
return $this->connection->request('GET', "attributes/{$identifier}/shared-set", ['query' => $this->getQuery()]);
}

public function showSharedSetAsCSV($identifier)
{
return $this->connection->request('GET', "attributes/{$identifier}/shared-set-values", ['query' => $this->getQuery()]);
}
}

0 comments on commit ac08425

Please sign in to comment.