Skip to content

ALSO

ALSO is a major international IT distributor and logistics provider offering refurbished devices. Operating across Europe, ALSO connects manufacturers, retailers, and resellers with a broad portfolio of refurbished IT products. Their offer feed is delivered via SFTP as a CSV file.

  • Website


    also.com

  • Drop-ship


    Direct shipment from Refurbisher to end customer

  • Feed Type


    SFTP — CSV file transfer

  • Currency


    EUR


Status

Artifact Acceptatie Productie
Refurbisher ID: 13 · → IRP ID: 13 · → IRP
Supplier ID: 8 · → IRP ID: 8 · → 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 13
Supplier ID 8
Odoo Vendor ID 11182
Currency EUR
Shipping Costs Free (€0.00)
Home Copy Tax €0.00
Default Margin 10%
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

ALSO does not have an automated order integration. Orders must be processed manually. Only the offer feed is retrieved automatically via SFTP.

Refurbisher Connector Config

config/refurbishers.json
"also": {
  "name": "ALSO",
  "refurbisher_id": 13,
  "offers": {
    "connection": "sftp",
    "auth": {
      "host": "storage-iused-also.refurbishedcompany.com",
      "path": "ALSO.csv",
      "username": "u267841-sub4",
      "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

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

Credentials

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

ALSO uses SFTP with username/password authentication.

Field Value
Host storage-iused-also.refurbishedcompany.com
Path ALSO.csv
Username u267841-sub4
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