Last update:
September 18, 2024
recentlyBrowsed query¶
This query allows you to retrieve a list of products recently browsed by the user.
Arguments¶
Argument | Description |
---|---|
storeId String! |
The ID of the store to retrieve recently browsed products from. |
cultureName String |
The language to retrieve data in. |
currencyCode String |
A standardized code for the specific currency. |
maxProducts Int |
The maximum number of recently browsed products to return. |
Possible return¶
Possible return | Description |
---|---|
GetRecentlyBrowsedResponseType |
Defines the properties and fields associated with the recently browsed products response. |