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

  • delivery_number: Must be unique per client
  • received_at: ISO 8601 timestamp with microseconds
  • items: Array of items with barcode and quantity
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!