Sweet Spot API

Command Palette

Search for a command to run...

PUT/v1/product-variants/bulk

Updates multiple product variants in a single request. Each variant update is processed independently - failures on individual variants don't affect others. Returns a summary of succeeded/failed updates with details.

Request Body
Fields in the request body

Required

NameTypeDescription
updates
array<BulkUpdateProductVariantItem>
List of product variants to update with their changes
Response Data
Fields returned in the response

Always Present

NameTypeDescription
errors
List of errors for failed updates
failed
integer
Number of failed updates
results
array<ProductVariantResponse>
List of successfully updated product variants
succeeded
integer
Number of successfully updated items
Updates multiple product variants in a single request. Ea... | Sweet Spot API Documentation