Get Inventory Levels

Endpoint: GET /api/v1/inventory

Full URL: https://api.spreetaileu.com/api/api/v1/inventory

Retrieve current inventory levels for your account.

Authentication-Based Access

  • The inventory returned is automatically filtered based on your authenticated client
  • No additional parameters needed - your JWT token determines which inventory you can see
  • Each client has specific warehouse locations and SKU prefixes configured

Response Data

Returns comprehensive inventory information including:

  • Total inventory count across all SKUs
  • Number of unique SKUs
  • Detailed per-SKU information:
    • SKU/Part Number
    • Physical dimensions (Height, Width, Depth)
    • Weight
    • Current stock level
    • In Order Book (allocated to orders)
    • Available (free stock)
    • Last update timestamp and operation

Use Cases

  • Monitor stock levels for reordering
  • Check product availability
  • Integrate with your inventory management system
  • Generate stock reports

Pagination

This endpoint supports efficient pagination by passing parameters directly to Linnworks:

  • Use page parameter to specify which page to retrieve (default: 1)
  • Use page_size parameter to control items per page (default: 25, max: 200)
  • Response includes pagination metadata (current_page, page_size, has_more, next_page)
  • Each location indicates if more data is available via has_more field

Performance

  • Typical response time: 2-5 seconds per request
  • Pagination is handled by Linnworks API (very efficient)
  • Recommended: Start with page_size=25-50 for best performance
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!