Skip to main content
PATCH
Update Style

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

style_id
string
required

Body

application/json

Schema for updating a style

documentId
string | null
name
string | null
clientId
string | null
refId
string | null
merchandiser
string | null
picture
string | null
description
string | null
skus
StyleSKUCreate · object[] | null

Response

Successful Response

Schema for style response - uses camelCase per API_STANDARDS

id
string
required
documentId
string
required
clientId
string
required
refId
string
required
description
string
required
name
string | null
clientName
string | null
merchandiser
string | null
picture
string | null
skus
StyleSKUResponse · object[] | null
rfqs
StyleRFQResponse · object[] | null
costSheets
StyleCostSheetResponse · object[] | null
boms
StyleBOMListItemResponse · object[] | null