---
title: "getShippingMethodsOps shipping-method-ops"
method: GET
path: "/ops/shipping-method"
tags: ["ops"]
---

# getShippingMethodsOps shipping-method-ops

`GET /ops/shipping-method`

Fetch all the shipping methods of the sellers

## Query parameters

- `page` integer — Which page number to fetch (zero-indexed)

## Response `200`

OK response.

- PaginatedShippingMethodOpsResult
  - `data` ShippingMethodOpsResult[], required — Array of ShippingMethodOpsResult
    - `id` string, regexp, required — shipping method ID
    - `is_in_store_pickup` boolean
    - `name` string, required — Shipping method name
    - `review_status` 'supported' | 'unsupported' | 'to_be_reviewed', required
    - `seller_id` string, regexp — seller ID
    - `seller_shipping_method_reference` string, required — Seller's own reference for this shipping method
  - `pagination` PageMetadata, required — Metadata about the returned page
    - `has_more` boolean, required — Whether there are more pages
    - `page` integer, required — Current page number (zero-indexed)

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
