---
title: "Get specific shipping rule"
method: GET
path: "/config/{shop_id}/shipping-rules/{rule_id}"
tags: ["Configuration"]
---

# Get specific shipping rule

`GET /config/{shop_id}/shipping-rules/{rule_id}`

Retrieve shipping rules for the specified shop id and rule id. Requires Bearer JWT authentication.

## Path parameters

- `shop_id` integer, required
- `rule_id` integer, required

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object — Rule information

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
