---
title: "Get order default shipping settings."
method: GET
path: "/rest/api/orders/{id}/shipping-settings-defaults/"
tags: ["Order"]
---

# Get order default shipping settings.

`GET /rest/api/orders/{id}/shipping-settings-defaults/`

## Path parameters

- `id` string, required

## Response `200`

Default shipping settings object

- RestOrderDefaultShippingSettingsDTO — This object represents default shipping settings like mapped delivery and other to an order with the specified ID.
  - `mappedDelivery` RestOrderMappedDeliveryDTO — This object represents mapped carrier account ID and carrier method
    - `carrierAccountId` integer, nullable — Carrier account ID
    - `carrierMethod` string — Carrier sending method ID
    - `_help` RestHelpDTO — This object represents helpful context message and link (if applicable)
      - `message` string — Helpful message
      - `href` string — Helpful link (if applicable)

## Other responses

- `401` — Authorization failed
- `404` — Order not found
- `422` — 'mappedDelivery' key is missing from input array

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
