New Shopify Shipping Methods API Endpoint and Code Format
Effective Date: January 15, 2026
This change is only relevant and may require action if you are a partner or customer with your own system (WMS, ERP, or OMS solution) that integrates directly with Shopify to fetch orders, and the webshop simultaneously uses Shipmondo's Shopify app to manage their shipping methods.
In these cases, the change may affect how you identify, parse, and handle shipping method data in your system.
On January 15, 2026, we're releasing an update to Shipmondo's Shopify app that introduces a new format for shipping method codes. This change enables advanced shipping configurations for webshops while providing partners with better access to shipping method details via our API.
What's changing?
New shipping method code format
The Shipmondo app stores delivery information in the code field of shipping_lines in Shopify orders. We're transitioning from the existing format to a new, more flexible format.
Current format:
dk_gls_service_point_95433
dk_dao_service_point_1250
dk_dao_private
New format:
SHIPMONDO;{method_id};{pickup_point_id}
Example:
SHIPMONDO;12345;95433
Where:
SHIPMONDO= prefix for unique identification of the sourcemethod_id= unique ID for a shipping method created in the Shipmondo app (e.g., 12345)pickup_point_id= ID for the pickup/service point (optional, depends on the shipping method, e.g., 95433)