Back to library
ManoMano Product Offer API
Get all marketplace seller offers for a ManoMano product by product ID, including pricing, shipping, and seller information.
Active1 credit = 1 requestGET/v2/manomano/product/offer
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/manomano/product/offer' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"count": 2,
"results": [
{
"sku": {
"title": "Modern single basin sink mixer tap slotted drain curved spout chrome bathroom",
"master_product": {
"slug": "modern-mono-basin-mixer-tap-slotted-waste-chrome-cloakroom",
"article_id": "9655074"
}
},
"market": "B2C",
"seller": {
"is_m_f": false,
"contract_id": "36769168",
"contract_name": "COOCHEER",
"country_location": "FR"
},
"pricing": {
"sell_price": {
"amount_vat_excluded": 32.92,
"amount_vat_included": 39.5
},
"retail_price": null,
"eco_participation": {
"amount_vat_included": 0.1
}
},
"packaging": {
"increment": "1",
"minimum_quantity": "1"
},
"product_id": "137641413",
"is_sellable": true,
"delivery_offers": [
{
"estimate_delivery": {
"is_express": false,
"delivery_time": {
"max": 11,
"min": 8
},
"free_delivery": {
"threshold": null,
"is_reached": true
}
},
"delivery_countries": [
"GB"
]
}
]
}
]
}Integrations
Integrate ManoMano Product Offer with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/manomano/product/offer
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.