// RB2 Core Connect namespace CoreConnect.Commerce.Customer; public record GetWishListRequest{ public string? ShoppingListId { get; set; }}