Printago API
PATCH
/v1/sku-variants/prop-values
Update multiple property values
Request Body
- Bulk update request with property value updates
BulkUpdatePropertyValuesRequest
updatesrequired
object[]
idrequired
string
pattern: ^[a-z0-9]{24}$
materialValueoptional
object[]
plateQuantitiesValueoptional
Record<string, number>
textValueoptional
string
Example Request
application/json
{
"updates": [
{
"id": "string"
}
]
}