Update Product

Update a product. Body is application/x-www-form-urlencoded (ADR 0004); merchant-scoped through the Fluveo /v1 tenant wrapper.

Authentication

AuthorizationBasic

Standard Basic HTTP authentication. The username is the Fluveo secret key and the password must be empty, encoded as base64(api_key:).

OR
AuthorizationBearer

Bearer HTTP authentication. Allowed header: Authorization: Bearer <api_key>.

Path parameters

productstringRequiredformat: "^prod_"

Headers

Idempotency-KeystringOptional1-255 characters

Makes a POST safely retryable according to that operation’s documented idempotency policy. The durable 24-hour journal applies only where the resource documentation explicitly claims it. Reusing a key with different parameters or another endpoint returns an idempotency error.

Request

This endpoint expects an object.
activebooleanOptional
default_pricestringOptional
An existing, active price of this product.
descriptionstringOptional
metadatamap from strings to stringsOptional

Stripe-compatible public metadata: at most 50 merchant-visible entries, with keys up to 40 characters and string values up to 500 characters. Server-owned fluveo_ stamps are not part of the public allowance and are never returned.

namestringOptional

Response

Stripe-compatible response

activeboolean
idstringformat: "^prod_"<=5000 characters

Fluveo narrowing: not in upstream pin; truthful public id-prefix constraint

namestring<=5000 characters
objectenum
Allowed values:
createdintegerOptional
default_pricestring or nullOptional<=5000 characters
descriptionstringOptional
imageslist of stringsOptional
livemodebooleanOptional
marketing_featureslist of objectsOptional
metadatamap from strings to stringsOptional
package_dimensionsobject or nullOptional
shippableboolean or nullOptional
statement_descriptorstring or nullOptional<=5000 characters
tax_codeobject or string or nullOptional
typeenumOptional
Allowed values:
unit_labelstring or nullOptional<=5000 characters
updatedintegerOptional
urlstring or nullOptional<=2048 characters