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

Change Log

We are constantly working to improve our Shipping and Orders Fulfilment API. This page will keep you up-to-date on the latest changes, including new endpoints, bug fixes, and performance improvements. All changes, updates are listed in reverse chronological order, with the most recent changes at the top.
โœ…

Postman Collection#

If you are using an API Request Builder, such as Postman, we are regularly updating the Postman Collection whenever there is an update mentioned in ChangeLog page.
๐Ÿงจ Recent Release is V2.0.3
Run in Postman
Information
The format of this page is based on Keep a Changelog.

[2.0.8] - 05-02-2025#

Changed#

The billing_account variable has been added to the following endpoints' responses:
Create Shipment
List Shipments
Shipment Details
Update Shipment Details
Cancel Shipment
Return Shipment
Shipments Webhook events:
shipment.creating
shipment.created
shipment.updated
shipment.cancelled

[2.0.7] - 09-01-2025#

Changed#

The variable, external_company_name, has been added to the following endpoints' responses and body requests:
Create Shipment
List Shipments
Shipment Details
Update Shipment Details
Cancel Shipment
Return Shipment

[2.0.6] - 30-12-2024#

Changed#

๐Ÿ›‘ Starting from January 20th, 2025, the status variable is required in the Update Shipment Details endpoint's body request. Recommended adapting to this change so as not to face any break change in your production environment.

[2.0.5] - 29-12-2024#

Changed#

The variable, options is added within the package object in the following endpoints:
List Shipments
Shipment Details
Update Shipment Details
Create Shipment
Cancel Shipment
Return Shipment
Shipments Webhook Events Model

[2.0.4] - 28-08-2024#

Changed#

The List Shipments endpoint supports the per_page query parameter

[2.0.3] - 31-03-2024#

Changed#

The Shipments Webhook Event Model includes the following variables:
ship_to object includes:
country_id
city_id
ship_from object includes:
country_id
country_code
city_id
meta object includes the diemnsions object

[2.0.2] - 16-03-2023#

Changed#

The variables item_id and external_id have been added to the following endpoints' / webhooks' response:
Create Shipment
List Shipments
Update Shipment Details
Shipment Details
Shipments Webhook Event Model

[2.0.1] - 12-07-2023#

Changed#

A new value delivering has been added to the variable status of the following endpoints:
Create Shipment
List Shipments
Update Shipment Details
Shipment Details
Cancel Shipment
Return Shipment

[1.0.1] - 04-05-2023#

Changed#

The variable order_reference_id has been added to the following endpoints:
Create Shipment
List Shipments
Update Shipment Details
Shipment Details
Shipment Tracking
Previous
Publish App
Next
Getting Started