Angebote
Angebot erstellen
Erstellt ein ausstehendes Angebot, ohne es zu veröffentlichen.
POST
/offersoffers:writeAnfrage
urlstring · bodyUrsprüngliche HTTPS-URL für das Produkt.obligatorischtitlestring · bodyÖffentlicher Titel des Angebots.obligatorischmarketplacestring · bodyQuellmarktplatz.optionalpricenumber · bodyAktueller Preis.optionaloriginal_pricenumber · bodyVorheriger Preis.optionalcurrencystring · bodyISO 4217-Währung.optionalimagestring · bodyHTTPS-URL des Bildes.optionalstorestring · bodyShopname.optionalcategorystring · bodyKategorie.optionalcouponstring · bodyGutscheincode.optionalcopystring · bodyRedaktioneller Text des Angebots.optionalstatusstring · bodyKuratierter Status.optionalBeispiel
curl
curl -X POST 'https://achadu.com/api/v1/offers' \
+ -H 'Authorization: Bearer ach_live_...' \
+ -H 'Accept: application/json' \
+ -H 'Content-Type: application/json' \
+ --data '{
"url": "https://example.com/product",
"title": "Air fryer 5L",
"marketplace": "string",
"price": 329.9,
"original_price": 329.9
}'Antwort
201Ressource erstellt4xxFehler mit Code, Nachricht und request_id