v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

getShippingMethodsOps shipping-method-ops

Fetch all the shipping methods of the sellers

get/ops/shipping-method

Query parameters

pageinteger

Which page number to fetch (zero-indexed)

Which page number to fetch (zero-indexed)

Response

OK response.

Example response

{
  "data": [
    {
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "is_in_store_pickup": false,
      "name": "abc123",
      "review_status": "to_be_reviewed",
      "seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "seller_shipping_method_reference": "Sandbox Shipping Service"
    }
  ],
  "pagination": {
    "has_more": false,
    "page": 0
  }
}