YesAgain¶
YesAgain is a refurbished electronics Refurbisher operating under the public name Yesagain.com. YesAgain provides a drop-ship service, meaning orders are shipped directly from their warehouse to the end customer.
-
Website
-
Drop-ship
Direct shipment from Refurbisher to end customer
-
Customer Rating
5.5 / 10 — 5,000+ reviews
-
Currency
EUR
IRP¶
| Field | Value |
|---|---|
| Refurbisher ID | 24 |
| Supplier ID | 20 |
| Tenant ID | 19 |
| Odoo Vendor ID (Supplier) | 465112 |
| Odoo Vendor ID (Refurbisher) | 128315 |
| Currency | EUR |
| Shipping Costs | €5.00 |
| Default Margin | 16% |
| Stock Threshold | 3 |
| Drop-ship | Yes |
Monitoring Thresholds¶
| Metric | Threshold |
|---|---|
| Latest order (hours) | 48 |
| Offers stock (hours) | 48 |
| Open order (days) | 4 |
| Offers endpoint HTTP status | 200 |
Refurbisher Connector Config¶
"yesagain": {
"name": "YesAgain",
"offers": {
"connection": "web",
"endpoint": "https://yesagain.s3.eu-central-1.amazonaws.com/csv/iused_inventory.csv",
"type": "csv",
"separator": ",",
"heading": true,
"price_locale": "nl_NL",
"mapping": {
"name": "Name",
"sku": "sku",
"stock_available": "Stock",
"ean": "GTIN",
"price_purchase_amount": "Purchase Price",
"price_consumer_amount": "Reference Price"
}
},
"order": {}
}
API Integration¶
YesAgain uses a Make (Integromat) webhook as the order submission endpoint. Orders are sent via an HTTP POST request with the order JSON in the body, secured by an API key in a custom header.
Credentials
Stored in 1Password under iUsed - IRP - Refurbisher: YesAgain.
YesAgain uses an API key passed as a custom header on every request.
x-make-apikey: <API_KEY>
| Header | Required | Description |
|---|---|---|
x-make-apikey |
Yes | API key for the Make webhook |
Content-Type |
Yes | Must be application/json |
| Method | Endpoint | Description |
|---|---|---|
GET |
https://yesagain.s3.eu-central-1.amazonaws.com/csv/iused_inventory.csv |
Offer feed (CSV, provided by YesAgain via S3) |
POST |
https://hook.eu1.make.com/1u6ab6dmwdhddbbzg8r8gw26t5co2tkv |
Submit a new order |
The offer feed is a CSV file hosted on an AWS S3 bucket. It is fetched directly via HTTP GET — no authentication required.
| Field | CSV Column |
|---|---|
| Name | Name |
| SKU | sku |
| Stock | Stock |
| EAN / GTIN | GTIN |
| Purchase Price | Purchase Price |
| Consumer Price | Reference Price |
Format details
- Separator:
, - Has heading row: Yes
- Price locale:
nl_NL