/wishlists/{id}

GET {{baseUrl}}/wishlists/:id?embed=<string>

Returns a single wishlist

Request Params

KeyDatatypeRequiredDescription
embedstringComma seperated list of properties to embed

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;token&quot;:&quot;\u003cstring\u003e&quot;,&quot;public&quot;:&quot;\u003cboolean\u003e&quot;,&quot;items&quot;:[{&quot;productId&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;productId&quot;:&quot;\u003cinteger\u003e&quot;}]}