Skip to content

iUsed Accessoires

iUsed Accessoires is an internal iUsed refurbisher entity used to source accessories from iUsed's own inventory. Their offer feed is delivered via SFTP as a CSV file.

Internal Refurbisher

iUsed Accessoires is an internal refurbisher — not a third-party partner. It shares Odoo Vendor ID 9 with iUsed Stores, as both represent internal iUsed inventory sources.

  • Internal


    Internal iUsed accessories inventory

  • Drop-ship


    Fulfilled from iUsed internal stock

  • Feed Type


    SFTP — CSV file transfer

  • Currency


    EUR


Status

Artifact Acceptatie Productie
Refurbisher ID: 18 · → IRP ID: 18 · → IRP
Supplier ID: 14 · → IRP ID: 14 · → IRP
Offer connector SFTP · CSV · SFTP credentials · SFTP · CSV · SFTP credentials ·
Order connector Not integrated Not integrated
Shipment webhook Not configured Not configured

IRP

Field Value
Refurbisher ID 18
Supplier ID 14
Odoo Vendor ID 9 (shared with iUsed Stores)
Currency EUR
Shipping Costs Free (€0.00)
Home Copy Tax €0.00
Default Margin 1%
Stock Threshold 0
Approved Refurbished Yes
Drop-ship Yes

Monitoring Thresholds

Metric Threshold
Latest order (hours) 48
Offers stock (hours) 48
Open order (days) 4
Offers endpoint HTTP status 200

No automated order integration

iUsed Accessoires does not have an automated order integration. Orders are fulfilled internally. Only the offer feed is retrieved automatically via SFTP.

Refurbisher Connector Config

config/refurbishers.json
"iusedaccessoires": {
  "name": "iUsed Accessoires",
  "refurbisher_id": 18,
  "offers": {
    "connection": "sftp",
    "auth": {
      "host": "storage-iused-iused.refurbishedcompany.com",
      "path": "iused.csv",
      "username": "u267841-sub9",
      "password": "XXXXXXXXXXXXXXX"
    },
    "type": "csv",
    "separator": ";",
    "heading": true,
    "price_locale": "nl_NL",
    "mapping": {
      "name": "Naam:",
      "sku": "SKU (Vendor part):",
      "stock_available": "Voorraad:",
      "ean": "EAN:",
      "price_purchase_amount": "Inkoopprijs:",
      "price_consumer_amount": "Verkoopprijs:"
    }
  },
  "order": {}
}

API Integration

iUsed Accessoires offers are retrieved via SFTP as a semicolon-separated CSV file.

Credentials

Stored in 1Password under iUsed - IRP - Refurbisher: iUsed Accessoires.

SFTP with username/password authentication.

Field Value
Host storage-iused-iused.refurbishedcompany.com
Path iused.csv
Username u267841-sub9
Password Stored in 1Password

The offer feed is a CSV file retrieved from an SFTP server.

Field CSV Column
Name Naam:
SKU SKU (Vendor part):
Stock Voorraad:
EAN EAN:
Purchase Price Inkoopprijs:
Consumer Price Verkoopprijs:

Format details

  • Connection: sftp
  • Separator: ;
  • Has heading row: Yes
  • Price locale: nl_NL