# Wishlist API
Storefront is a graphQL API for creating and modifying customer wishlists
https://wishlist.hailfrequency.com/graphql
Space ID and Token
For API requests you will need the Nacelle Space ID and token found in the Nacelle Dashboard.
The x-nacelle-space-token
for the Storefront API is the Public Storefront Token.
Required Headers
x-nacelle-space-id
x-nacelle-space-token
# GraphQL API Documentation
Once your token and space ID is set, you will be able to read the the Nacelle Wishlist GraphQL documentation directly in your API Client. All mutations and objects are self documented in this manner.