Readonly
actionOptional
Readonly
assetThe id
of the Asset to update.
Optional
Readonly
assetThe key
of the Asset to update.
Readonly
nameName of the Custom Field.
Optional
Readonly
skuThe sku
of the tailored ProductVariant to update.
Optional
Readonly
stagedIf true
, only the staged Asset is updated. If false
, both the current and staged Asset is updated.
Optional
Readonly
valueIf value
is absent or null
, this field will be removed if it exists.
Removing a field that does not exist returns an InvalidOperation error.
If value
is provided, it is set for the field defined by name
.
Optional
Readonly
variantThe id
of the tailored ProductVariant to update.
Either
variantId
orsku
is required to reference a ProductVariant that exists. The Asset to update must be specified using eitherassetId
orassetKey
.