Create Inbound Delivery

Endpoint: POST /inbound

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

Create an inbound delivery record for inventory restocking.

Requirements

  • Authentication: Bearer token required (Get token from /auth/login)
  • Client mapping: Your token contains client identification

Processing Flow

Inbound deliveries are:

  1. Validated and stored securely
  2. Processed for purchase order creation
  3. Integrated with our inventory system
  4. Items are added to available stock

Important Fields

  • PO_REFERENCE: Must be unique per client (mapped to delivery_number)
  • Secondary_PO_Reference: Optional external PO reference
  • Warehouse_Name: Required warehouse name used to resolve Linnworks location id
  • items: Array of items with barcode, Quantity, and SKU
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!