This repository was archived by the owner on Oct 24, 2023. It is now read-only.
v1.0.0-RC3
Bug Fixes
- Comment: delete comment endpoint functionality (506644c)
- OAuthManager: don't expose api credentials through exception callstack (f0caaa1)
- ProductDraft: use ProductVariantDraftCollection for variants (f252a2d), closes #142
Features
- CustomFields: add custom field models and mapping by type field definitions (146ee40) closes #119
- Message: add specific message objects (353b5ab) closes #128
- Orders: add cart field to order (922d812), closes #132 #131
- ProductSearch: add reference expansion to product search request (c003de6), closes #144
- ProductVariant: add helper methods to get variant by id (f2ff1d4)
- Products: add getBySku method (ab9a0b9)
- Products: add support to set EnumType and LocalizedEnumType attributes by key (df88267)
- Products: add support to set EnumType and LocalizedEnumType attributes by key in all variants (e07cad6)
- QueryRequest: add page request interface (ecc5666)
- QueryRequest: add sort and query request interfaces (d19c127)
- QueryRequest: add with total request interface (c1059ee)
- RedisCacheAdapter: unify life time (7b73d30)
- Reviews: add review delete request (2c6493e), closes #134
- ShippingMethod: add getByName and getById to ShippingMethodCollection (2de7668)
- UpdateActions: add limit to update actions (3f728a5)
- CategoryCollection: add getByParent and getRoots to CategoryCollection (ece9d87)
- LocalizedString: add support for locales to LocalizedString (ea5e1c6)
- Image: return empty thumb image url if no url is set (a4be01b)
BREAKING CHANGES
-
comments endpoint has been removed from the API
All models and request objects have been removed from the SDK