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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Primary PO reference (mapped to delivery_number in storage)

string

Secondary/external PO reference (mapped to external_delivery_number)

string
required

Required warehouse name used to resolve Linnworks location id

string

Transport/shipment identifier

items
array of objects
required
length ≥ 1

Array of delivered items (minimum 1 item required)

items*
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json