---
title: "Get Free Shipping Option"
method: GET
path: "/stores/{storeKey}/freeshipping/settings"
tags: ["Stores"]
---

# Get Free Shipping Option

`GET /stores/{storeKey}/freeshipping/settings`

Gets the current Store's Free Shipping option (if exists) whose Seller is associated with the user's bearer token making this API call.

## Path parameters

- `storeKey` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreFreeShippingOptions
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreFreeShippingOptions[]
    - `enabled` boolean
    - `threshold` number, double
    - `shippingCategoryId` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.net/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
