Endpoints
Don't be that person
Fetch a stores Id {storeId}
get
Responses
200
An active store Id
application/json
get
/wishlist/storeid/{storeMyshopifyDomain}200
An active store Id
Fetch a wishlist by a users Email
post
Responses
201
An active Wishlist for a given user Email
application/json
post
/wishlist/email/{storeId}201
An active Wishlist for a given user Email
Fetch a wishlist by a wishlist Id
post
Responses
200
An active Wishlist for a given Wishlist Id
application/json
post
/wishlist/id/{storeId}200
An active Wishlist for a given Wishlist Id
Delete a wishlist by a wishlist Id
delete
Path parameters
storeIdstringRequired
wishlistIdstringRequired
Responses
200
Delete a Wishlist
No content
delete
/wishlist/event/{storeId}/{wishlistId}200
Delete a Wishlist
No content
Create an event on a wishlist
post
Body
storeIdstringRequired
eventobjectRequired
eventTypeall ofRequired
string · enumOptionalPossible values:
wishlistIdstring · nullableRequired
emailstring · nullableRequired
namestring · nullableRequired
Responses
201Success
post
/wishlist/event/{storeId}201Success
No content
Last updated