sayren Docs
Me

Add wishlist

POST
/storefront/v1/me/wishlist
AuthorizationBearer <token>

회원 accessToken

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

productId*string
Length1 <= length

Response Body

curl -X POST "https://example.com/storefront/v1/me/wishlist" \  -H "Content-Type: application/json" \  -d '{    "productId": "string"  }'
Empty