Releases: LinioIT/seller-center-sdk
Releases · LinioIT/seller-center-sdk
v1.0.0
Changed
- Remove guzzle as a dependency and start using PHP standards interfaces (https://www.php-fig.org/psr/) keeping the compatibility with Guzzle 6 to not breaking current SDK implementations.
v0.4.0
Added
- [
Order
] AddedsetOrderItems
method - [FeedManager] Support to API
FeedCount
method - [FeedManager] Support FeedOffsetList action
- [FeedManager] Support FeedCancel action
- [
FeedResponse
] AddedrequestParameters
property
v0.3.0
Added
- Support linio util v3
- Support to update seller sku
Changed
- Update Readme documentation
- Make
ProductData
constructor's parameters optional - Do not build XML request with
null
values (useful when not updating the entire product)
Fixed
- Support feed's errors with empty SellerSku
- Fix CategoryAttribute returning
0
(zero) instead ofnull
v0.2.1
docs: update changelog
v0.2.0
feat: v0.2.0 stable