Update variant specific settings for a selling plan
Authorizations
X-Auth-TokenstringRequired
Path parameters
idstringRequired
Selling plan ID
Header parameters
X-Auth-TokenstringRequired
API key for authentication
Body
shopify_variant_idintegerRequired
Shopify variant ID to update settings for
shipping_textstringOptional
Custom shipping text for this variant
preorder_max_countintegerOptional
Maximum number of preorders allowed for this variant
Responses
200
Variant settings updated successfully
application/json
400
Bad request - missing required parameters or no settings to update
application/json
401
Unauthorized
404
Selling plan or variant not found
application/json
422
Failed to update variant settings
application/json
patch
/preorders/{id}/update_variant_settingsLast updated