Skip to content
Guides
API reference
stablesettings:read

Get shipping method

Get a shipping method by ID

GET/v1/shipping/methods/{id}

Get a shipping method by ID

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

id*string

Unique identifier of the resource.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/shipping/methods/string"
{  "id": "string",  "storeId": "string",  "sellerId": null,  "name": "string",  "displayName": "string",  "type": "regular",  "isActive": true,  "visibleInCheckout": true,  "sortOrder": 0,  "shippingProfileId": null,  "minOrderAmount": null,  "maxOrderAmount": null,  "minWeight": null,  "maxWeight": null,  "allowSplitFulfillment": true,  "availableDays": [],  "basePrice": 0.1,  "currency": "string",  "estimatedDeliveryDays": null,  "estimatedDeliveryHours": null,  "allowShowCalendar": true,  "metadata": {},  "connectionId": null,  "pickupPointIds": [],  "rates": null,  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}