Rendering
Rendering routes used to display a 2D customized product in predefined angles most commonly used within e-commerce cart, checkout, and product pages
RecipeSet Render
GET
https://api.spectrumcustomizer.com/api/assets/generated/recipeset/readable/:readableId/:viewAngleHandle
This endpoint allows you to render all items within a RecipeSet at the predefined view angle.
Path Parameters
Name
Type
Description
viewAngleHandle
string
Handle for the angle of the product to display. (e.g. "north", "south", "east", "west", "northeast", etc.)
readableId
string
8 digit alphanumeric RecipeSet readable identifier.
Last updated