Update Product
Update an existing productβs information
PUT
Update Product
Update Product
Update product details including price, description, images, and metadata. Changes to UPC code will trigger a new eligibility check.Authentication
Path Parameters
Request Body
Parameters
All parameters are optional. Only include fields you want to update.All monetary amounts are integers in cents (e.g., 4995 = $49.95).
Request
Response
Returns the updated product object:Examples
Update Price
Update Description and Status
Metadata Merging
Metadata updates are merged with existing values, not replaced:null:
Webhooks
Product updates trigger the following webhook event:Errors
Example error:
Related Endpoints
- Create Product - POST /api/v2/products
- Get Product - GET /api/v2/products/
- List Products - GET /api/v2/products
- Check Eligibility - POST /api/v2/products/check-eligibility
Related Resources
Update Product
