Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Suggested answer

Wishlist functionality in D365 Commerce POS

(0) ShareShare
ReportReport
Posted on by

Hello experts,

lately I have come across the wishlist functionality in D365 Commerce. I have learned, that when you use the D365 Commerce out-of-the-box webshop, you are able to create wishlists online, which can be viewed and used in the POS app.

Is there a possibility to also use this wishlist feature with 3rd party webshops via API or so?

Can you manage the wishlists also from the Commerce HQ? I am sure the data is stored there somehow, but is there a UI to manage the lists?

Is there also the possibility to fill/create wishlists the other way round? Meaning: create a wishlist in store, which the customer can then later also use online or when he/she comes to the store next time?

Thank you very much for your answers in advance!

  • Suggested answer
    Ramshenkar Profile Picture
    on at
    RE: Wishlist functionality in D365 Commerce POS

    Hi,

    I believe you can use this feature with third party app as well.
    You can explore the commence/retail server metadata and you can get following data model and actions

    <EntityType Name="CommerceList">

    <EnumType Name="CommerceListType">
    <Member Name="None" Value="0"/>
    <Member Name="WishList" Value="1"/>
    </EnumType>

    You can see all required action like - AddLines, UpdateLines, RemoveLines, MoveLines
    <Action Name="AddLines" IsBound="true">
    <Parameter Name="bindingParameter" Type="Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceList"/>
    <Parameter Name="commerceListLines" Type="Collection(Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceListLine)"/>
    <ReturnType Type="Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceList"/>
    </Action>

    Table in channel database : crt.WISHLIST

    I don't think you can manage wish list from Commerce HQ because I believe data will be store in channel database only.
    If the channel database for those online store and POS store is same you can see the Wishlist on POS app which is created from eCommerce (but I am not able to verify it).

    May below posts helps you - 

    community.dynamics.com/.../wish-list-in-online-store-and-modern-pos
    docs.microsoft.com/.../quick-tour-account-management

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,207 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans