All Release Notes

Add Store to Shopping List

23 April 2021
Enhancement
CartsProject configurationGraphQL

You can now set a Store on Shopping Lists, and view and manage Shopping Lists and My Shopping Lists in a Store. When expanding the Line Items on a Shopping List in a Store, the prices, locales, and inventory are filtered to only include data for the specified Store.

The following changes were introduced in terms of GraphQL SDL:

extend type ShoppingListQuery {
store: Store
}