Create a Cloudshelf
If you want to create a Cloudshelf via the API you can do so using the UpsertCloudshelves Mutation .
When creating a new cloudshelf using the UpsertCloudshelf mutation you will need to provide an ID to a Theme. If you don't have a theme, you'll need to ingest a theme first, see here .
Additionally, we support creating a cloudshelf with a random selection of data, to do this include the randomContent
parameter in your mutation, with the value true
. Note: If you set randomContent
to true, and do not provide a themeId, we will pick one at random for you.
Most users prefer to create a Cloudshelf visually instead of via the API. You can do that on the Cloudshelf Manager .
Previous
Configure Checkout Flow