/
OP
openfoodfacts
/
Open Food Facts open-prices REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
openfoodfacts
Open Food Facts open-prices REST API
patch
/api/v1/prices/{id}
v2
latest
OpenAPI 3.0.3
AGPL-3.0
2026-07-21
61
83
244.3 KB
prices
patch
/api/v1/prices/{id}
Path parameters
id
integer
required
A unique integer value identifying this Price.
Request body
PatchedPriceUpdate
required
product_code
string
nullable
category_tag
string
nullable
labels_tags
string[]
nullable
origins_tags
string[]
nullable
price
number
double
nullable
price_is_discounted
boolean
price_without_discount
number
double
nullable
discount_type
union
price_per
union
currency
union
date
string
date
nullable
receipt_quantity
number
double
nullable
owner_comment
string
nullable
Response
PriceUpdate
required
product_code
string
nullable
category_tag
string
nullable
labels_tags
string[]
nullable
origins_tags
string[]
nullable
price
number
double
nullable
price_is_discounted
boolean
price_without_discount
number
double
nullable
discount_type
union
price_per
union
currency
union
date
string
date
nullable
receipt_quantity
number
double
nullable
owner_comment
string
nullable