Skip to main content
PUT
This endpoint supports partial updates. Only include the fields you want to change.

Path Parameters

string
required
The unique identifier of the product to update

Request Body

string
Product name for display
string
Detailed product description
string
Product category
string
Brand or manufacturer name
object
Updated pricing information
object
Updated cost information
object
Updated inventory settings
object
Updated product dimensions
string
Product status: “active”, “draft”, or “archived”
object
Additional custom fields as key-value pairs
array
Array of string tags for categorization

Response

Returns the updated product object with all fields.