Me
Add wishlist
AuthorizationBearer <token>
회원 accessToken
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
productId*string
Length
1 <= lengthResponse Body
curl -X POST "https://example.com/storefront/v1/me/wishlist" \ -H "Content-Type: application/json" \ -d '{ "productId": "string" }'Empty