Swag Catalog
Personalize a collection
Personalize an existing collection for a specific store user (deprecated)
POST
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
personalize
The personalization takes around 15-20 seconds and only works on personalizable collections. The response will return:
- a
sha
that is used for displaying the images (see personalization guide) - a
fields
property that is used when submitting personalized orders (see personalization guide)
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collectionId
string
requiredBody
application/json
companyId
string
requiredsourceFields
object
requiredResponse
200 - application/json
sha
string
requiredfields
object
requiredstatus
enum<string>
requiredAvailable options:
Pending
, Done
, Error