v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBDelivery checkout
Get Shopify shipping method
The endpoint will return details for a specific Shopify shipping method that belongs to your account.
get/shipping_modules/shopify/shipping_methods/{id}
Path parameters
idinteger required
Example:12345
The ID of the Shopify shipping method.
Response
Successful.
Example response
{
"id": 12345,
"product_type": "SERVICE_POINT",
"shipping_agent_code": "gls",
"shipping_product_global_code": "GLSDK_SD",
"service_point_types": [
"SP",
"BOX"
]
}