Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Shipment API
  • Publish App
  • Change Log
  • Getting Started
  • Migration to the New API
  • Shipping Management
    • Create App
    • App Cycle
    • Setup App
    • Test App
  • Order Fulfilment
    • Create App
    • App Cycle
    • Setup App
    • Test App
  • Shipments
    • Create Shipment
      POST
    • List Shipments
      GET
    • Update Shipment Details
      PUT
    • Shipment Details
      GET
    • Cancel Shipments
      POST
    • Return Shipments
      POST
    • Shipment Tracking
      GET
  • Shipping Companies
    • List Shipping Companies
      GET
    • Shipping Company Details
      GET
  1. Shipment API

Shipments

Create Shipment
POST/shipments
This endpoint allows you to create a shipment related to your store directly from this endpoint. `shipping.read_write`- Shipping Read & Write
List Shipments
GET/shipments
You can list all shipments related to your store directly from this endpoint. Also, it allows you to filter them using by shipping company slug. `shi...
Update Shipment Details
PUT/shipments/{shipment_id}
This endpoint allows you to update specific Shipment Details by providing the ID of the shipment you want to update its details. :::danger[Breaking Ch...
Shipment Details
GET/shipments/{shipment_id}
This endpoint allows you to return the complete details for a specific shipment by providing the ID of the shipment you want to get its details in the...
Cancel Shipments
POST/shipments/{shipment_id}/cancel
You can cancel specific Shipment by providing the ID of the shipment you want to cancel. `shipping.read_write`- Shipping Read & Write
Return Shipments
POST/shipments/{shipment_id}/return
You can return specific Shipment by providing the ID of the shipment you want to return. `shipping.read_write`- Shipping Read & Write
Shipment Tracking
GET/shipments/{shipment_id}/tracking
This endpoint allows you to fetch tracking details for a specific shipment by providing the ID of the shipment the path parameter. `shipping.read`- S...
Previous
Test App
Next
Create Shipment