The API is currently in beta and subject to change.
Getting Started
To get started with the Marzipan API, you will need to create an API key with the right permissions in your Marzipan account settings. You will be able to choose the permissions you need for your API key. The current available permissions are:read
- read access to products, collections, events, subscriptions and CMScreate
- create access to products, collections, events, subscriptions and CMSupdate
- update access to products, collections, events, subscriptions and CMSdelete
- delete access to products, collections, events, subscriptions and CMScart:create
- create access to cartscart:update
- update access to cartscart:read
- read access to cartscart:delete
- delete access to carts
Authentication
The Marizpan API uses Bearer authentication. Include your generated api key in theAuthorization
header of your HTTP requests.