Skip to main content
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

ParameterTypeRequiredDescription
idintegerYesProduct ID

Request Body

Parameters

All parameters are optional. Only include fields you want to update.
ParameterTypeDescription
namestringProduct name (max 255 chars)
taglinestringShort description (max 255 chars)
descriptionstringFull product description
priceintegerPrice in cents
currencystringISO 4217 currency code
merchant_product_idstringYour reference ID
upc_code_or_gtinstringUPC or GTIN (triggers eligibility re-check)
statusenumactive, inactive, or archived
imagesarrayArray of image URLs (replaces all existing images)
metadataobjectCustom key-value pairs (merged with existing)
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:
To remove a metadata field, set it to null:

Webhooks

Product updates trigger the following webhook event:
See Webhooks Reference for details.

Errors

Status CodeError CodeDescription
400invalid_requestInvalid parameters
401unauthorizedInvalid or missing API key
404not_foundProduct not found
422validation_errorField validation failed
429rate_limit_exceededToo many requests
Example error: