Skip to content

Commit a894998

Browse files
glo53002GitHub Enterprise
authored andcommitted
Merge pull request #1563 from AdobeDocs/Origin/MSKB-3309-ACSD-66302
Update Order list
2 parents 71e793f + bec27df commit a894998

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

help/tools/quality-patches-tool/patches-available-in-qpt/v1-1-69/acsd-66302-wishlist-items-filtered-by-store-id-instead-of-website.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@ Wishlist items are incorrectly filtered by store ID instead of by website.
4242
1. Confirm that the product still appears in the wishlist (correct behavior).
4343
1. Execute the following [!DNL GraphQL] query:
4444

45-
```
46-
{
47-
customer {
48-
wishlists {
49-
id
50-
name
51-
items_count
52-
items_v2 {
53-
items {
45+
```
46+
{
47+
customer {
48+
wishlists {
5449
id
55-
product {
56-
uid
57-
name
58-
sku
50+
name
51+
items_count
52+
items_v2 {
53+
items {
54+
id
55+
product {
56+
uid
57+
name
58+
sku
59+
}
60+
}
5961
}
6062
}
6163
}
6264
}
63-
}
64-
}
65-
```
65+
```
6666
6767
1. Perform the query on the default store – the product appears as expected.
6868
1. Perform the same query on the test store – the product does not appear.

0 commit comments

Comments
 (0)