Get Share Link
DevelopingGET
v1/customer/wishlist/share-linkThis endpoint generates a shareable link to the customer's wishlist.
Request
Header Params
Accept-Language
string
optional
Preferred language for the response. Defaults to en
if not specified.
Example:
ar
Content-Type
string
optional
The Media Type of the body of the request. This is used to describe the structure of the data in the body.
Example:
application/json
Role
string
optional
Role of the user.
Example:
CUSTOMER
store-id
string
optional
Unique identifier of the store.
Example:
662
x-customer-token
string
optional
The X-CUSTOMER-TOKEN is a unique identifier generated when a customer logs in through the customer-login API. This token acts as the standard authorization mechanism, allowing the system to recognize the logged-in customer and grant them access to appropriate resources.
Example:
eyJpdiI6IjliNGQxU3JUUzBzeTljTmtwUmR1RGc9PSIsInZhbHVlIjoiaWx4b0tzVWV1RnVWcUUrUGZWSmF5SXRkZFRCdmZUQnBvcHZEWDE1cENmajJCVldENFUrVW9kSnRwaURLcWd6UGJPT0NTK09RQkEyQnRoQkY2Zk5xLzZNL1B2WUlHYUgrcjkza3h1UVJDWVVzNXJzZXN2TkFqZE1YSVBYUWZNZi9QS25aeWgxRW95U1pnVjNzblJ4OVpvSUN6c05VdHI1dXRKdi8wdDVOYTRtekcwK3NZakc4elAwRjRCaDZyOEpBIiwibWFjIjoiODY0MmI1MDY5ZDFjOTQ5ZmNkNzAyNjMyN2ZmYTllZWNkMjRiZmU1NGIxMzg2ODhlYThiMDRiY2NkZWRjMzUxYSIsInRhZyI6IiJ9
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
link
string
required
Shareable URL link to the wishlist.
Example:
<https://sorry.zidtest.com/wishlist/39289_3183f757-6687-4499-9487-ed47910ab9d0>
Example
{
"link": "<https://sorry.zidtest.com/wishlist/39289_3183f757-6687-4499-9487-ed47910ab9d0>"
}
Last modified: 3 months ago