You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added user/password token based authentication to platform v3 API. (#235)
User cache optimization was done, which should significantly reduce platform user query count. (#227)
Swagger doc improvements to have convenient type names: replaced generic API result types with specific ones (#219); used manually created types instead of Autorest generated' ones (#253, #254).
Improved extensibility for some storefront models. (#239)
ProductProperty.Hidden is now populated to storefront. (#236)
Extended IStoreService for platform v3 support. (#264)