Skip to content

Conversation

@jswift
Copy link
Collaborator

@jswift jswift commented Feb 24, 2023

Adds some of the stranger endpoints on Customer. It's quite different to other endpoints, but this adds access to

Fixes #181

@jswift jswift requested a review from hellboy1975 February 24, 2023 08:03
@jswift jswift linked an issue Feb 24, 2023 that may be closed by this pull request

public function getAll(array $filters = [], int $page = 1, int $limit = 250): PaginatedResponse
{
throw new \UnexpectedValueException("Unable to get all Customer Settings Per Channel");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jswift just checking this function should always throw an exception?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeh, it's required by the interface but for some reason BC haven't implemented an endpoint like they have for all the others.

Copy link
Contributor

@hellboy1975 hellboy1975 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me

@jswift jswift merged commit 8fb438a into release/1.11.0 Feb 28, 2023
@jswift jswift deleted the feature/181-support-additional-customer-endpoints branch March 6, 2023 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support additional Customer V3 Endpoints

3 participants