Sweet Spot API

Command Palette

Search for a command to run...

PUT/v1/products/bulk

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

Request Body
Fields in the request body

Required

NameTypeDescription
updates
array<BulkUpdateProductItem>
List of products 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<ProductResponse>
List of successfully updated products
succeeded
integer
Number of successfully updated items
Updates multiple products in a single request. Each produ... | Sweet Spot API Documentation