Skip to content

iUsed Stores

iUsed Stores is the internal iUsed stock source representing iUsed's own Odoo inventory. It acts as a refurbisher within IRP to make iUsed's own stock available on the platform. Offers are retrieved via the Alumio integration platform.

Internal Refurbisher

iUsed Stores is an internal refurbisher — not a third-party partner. It represents iUsed's own physical store inventory managed in Odoo. Orders are fulfilled internally; there is no automated order placement to an external party.

  • Internal


    iUsed's own Odoo inventory

  • Integration


    Via Alumio middleware platform

  • Public Name


    iUsed

  • Currency


    EUR


Status

Artifact Acceptatie Productie
Refurbisher ID: 1 · → IRP ID: 1 · → IRP
Supplier ID: 1 · → IRP ID: 1 · → IRP
Offer connector Web POST · JSON · Bearer token · Web POST · JSON · Bearer token ·
Order connector Not integrated Not integrated
Shipment webhook Not configured Not configured

IRP

Field Value
Refurbisher ID 1
Supplier ID 1
Odoo Vendor ID 9
Public Name iUsed
Currency EUR
Shipping Costs Free (€0.00)
Home Copy Tax €4.38
Default Margin 99%
Stock Threshold 0
Approved Refurbished Yes
Drop-ship Yes

Monitoring Thresholds

Metric Threshold
Latest order (hours) 58
Offers stock (hours) 81
Open order (days) 9
Offers endpoint HTTP status 151

No automated order integration

iUsed Stores does not have an automated order integration. Orders placed for iUsed's own stock are fulfilled internally through Odoo.

Refurbisher Connector Config

config/refurbishers.json
"iused-alumio": {
  "name": "iUsed via Alumio",
  "offers": {
    "connection": "web_post",
    "endpoint": "https://flooris.alumio.com/api/v1/http-proxy/odoo-max-receive-sales-channel-products",
    "auth": { "type": "bearer", "token": "XXXXXXXXXXXXXXX" },
    "body": "{ \"sales_channel_id\": 11 }",
    "type": "json",
    "paginate": false,
    "offer_location": "offers",
    "price_locale": "en_US",
    "mapping": {
      "name": "description",
      "sku": "sku",
      "stock_available": "quantity",
      "ean": "ean",
      "price_purchase_amount": "costPrice",
      "price_consumer_amount": "priceConsumer",
      "currency_iso": "currencyIso",
      "tax_percentage": "taxPercentage"
    }
  },
  "order": {}
}

API Integration

iUsed Stores offers are retrieved via the Alumio integration platform using an HTTP POST request with a Bearer token. Sales channel ID 11 identifies the iUsed Stores inventory in Odoo.

Credentials

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

Alumio uses Bearer token authentication on all requests.

Authorization: Bearer <TOKEN>
Content-Type: application/json
Method Endpoint Sales Channel Description
POST https://flooris.alumio.com/api/v1/http-proxy/odoo-max-receive-sales-channel-products 11 Retrieve iUsed Stores offer feed

The sales channel is specified in the request body:

{ "sales_channel_id": 11 }

The offer feed is returned as a JSON object with an offers array. Fetched via HTTP POST to the Alumio proxy endpoint.

Field JSON Path
Name description
SKU sku
Stock quantity
EAN ean
Purchase Price costPrice
Consumer Price priceConsumer
Currency currencyIso
Tax Percentage taxPercentage

Format details

  • Type: json
  • Paginated: No
  • Price locale: en_US
  • Offer location: offers