Skip to content

v2#133

Draft
shaedrich wants to merge 4 commits intohitmeister:developfrom
shaedrich:develop
Draft

v2#133
shaedrich wants to merge 4 commits intohitmeister:developfrom
shaedrich:develop

Conversation

@shaedrich
Copy link

@shaedrich shaedrich commented Aug 11, 2023

Fixes #131

See also

General

Endpoints

  • Change /items?ean= to /products/ean/{ean} and add parameter storefront
  • Add version parameter to /reports/bookings-new and /reports/account-listing/ (2.10.3)
  • other endpoints

* @return ItemWithEmbeddedTransfer|null
*/
public function findByEan($ean, array $embedded = null)
public function findByEan($ean, array $embedded = null, string $storefront = 'de')
Copy link
Author

Choose a reason for hiding this comment

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

Is that actually the default?

@shaedrich
Copy link
Author

Currently, /products/ean/{ean} returns an empty array. Maybe, this needs some fixing.

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.

API V2

1 participant