Retour à la bibliothèque
API ManoMano Product Offer
Get all marketplace seller offers for a ManoMano product by product ID, including pricing, shipping, and seller information.
Actif1 crédit = 1 requêteGET/v2/manomano/product/offer
Vue d'ensemble de l'endpoint
Documentation détaillée, tarifs et exemples d'utilisation.
Chargement…
Exemples de code
Bash
curl --location --request GET 'https://api.piloterr.com/v2/manomano/product/offer' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Remplacez <token> par votre clé API, puis exécutez la requête depuis votre terminal ou votre application.
Essayer gratuitementExemple de réponse
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"
]
}
]
}
]
}Intégrations
Intégrez ManoMano Product Offer avec vos outils préférés.
Tarifs
1 crédit par requête
Avis
5 / 5 (58 avis)
66 utilisateurs actifs
392K requêtes
12ms temps de réponse moyen
Méthode
GET, POST
Chemin
/v2/manomano/product/offer
Statut
Actif
Collections
API associées
Étendez vos capacités data avec ces outils complémentaires.