Styles
Create
Create a style, attach it to a profile.
POST
Headers
Your API key for authorization.
Body Parameters
Descriptive text for the style profile. This should include style preferences, colors, patterns, or any other fashion attributes that define the style.
The ID of the profile to attach this style to.
Response
Indicates whether the operation was successful.
The created style object.
The ID of the profile this style is attached to.
A code indicating the result of the operation. Possible values:
STYLE_CREATED
: Style created successfullySTYLE_PROFILE_CREATION_FAILED
: Failed to create style profileSTYLE_EXISTS
: A style already exists for this profile
Error message if the request fails.
Only one style is allowed per profile. If you need to modify a style, use the update endpoint instead.