/
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
Checked 12h ago · Updated 1d ago
View markdown
openfoodfacts
Open Food Facts open-prices REST API
patch
/api/v1/prices/{id}
OpenAPI 3.0.3
AGPL-3.0
2026-07-21
61
83
244.3 KB
a5efa7effb64
api
1
auth
3
badges
3
challenges
2
locations
8
moderation
4
price-tags
5
prices
7
get
/api/v1/prices
post
/api/v1/prices
get
/api/v1/prices/{id}
delete
/api/v1/prices/{id}
patch
/api/v1/prices/{id}
get
/api/v1/prices/{id}/history
get
/api/v1/prices/stats
products
5
proofs
13
receipt-items
5
stats
1
status
1
users
3
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