Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Releases: GeNyaa/shopware-api-sdk

v0.8.8

08 Jul 21:31

Choose a tag to compare

v0.8.8 Pre-release
Pre-release
  • Fixed issue product could not be grabbed due to prices being mapped as arrays instead of PriceCollection -> Price

v0.8.6

07 Jun 19:32

Choose a tag to compare

v0.8.6 Pre-release
Pre-release
  • Added abstract function first and all to AbstractEndpoint class.

v0.8.5

04 Jun 13:10

Choose a tag to compare

v0.8.5 Pre-release
Pre-release
  • Allow null in customFields as value

v0.8.4

03 Jun 12:19

Choose a tag to compare

v0.8.4 Pre-release
Pre-release
  • Fix allow mixed $value in CustomField set function

v0.8.3

02 Jun 20:12

Choose a tag to compare

v0.8.3 Pre-release
Pre-release
  • Added customFields to Customer Dto and Endpoint mapping

v0.8.2

02 Jun 13:38

Choose a tag to compare

v0.8.2 Pre-release
Pre-release
  • Allow customer company to be null

v0.8.1

01 Jun 15:54

Choose a tag to compare

v0.8.1 Pre-release
Pre-release
  • Fix in helper function shopwareCollect()

v0.8

01 Jun 15:27

Choose a tag to compare

v0.8 Pre-release
Pre-release
  • Added helper functions
  • Added CustomFields to CustomerAddress
  • Updated README to reflect new helper functions

v0.7

27 May 19:01

Choose a tag to compare

v0.7 Pre-release
Pre-release
  • Use toArray functions on attributes when needed
  • Fix upsert function
  • Fix get all function
  • Added linked attribute to Price

v0.6

27 May 14:30

Choose a tag to compare

v0.6 Pre-release
Pre-release
  • Moved Dto data into Resource folder
  • Added collection types per resource