> ## Documentation Index
> Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Get shipping zones



## OpenAPI

````yaml get /{shopId}/shipping/zones
openapi: 3.0.3
info:
  title: API V2
  version: 1.0.0
  contact: {}
servers:
  - url: http://staging.qshop.ng/apiv2
    description: Staging server
  - url: http://qshop.ng/api
    description: null
security: []
tags:
  - name: Analytics
  - name: Authentication
  - name: Storefront
  - name: Roles
  - name: Banks
  - name: Products
  - name: Shops
  - name: Roles1
  - name: Bank accounts
  - name: Users
  - name: Payment methods
  - name: Integrations
  - name: Subscriptions
  - name: Currency
  - name: Shipping zones
  - name: Shipping rates
  - name: Policies
  - name: Contact us
  - name: Locations
  - name: Reviews
  - name: Referral
  - name: Stripe
  - name: Campaigns
  - name: Credits
  - name: Product Tags
  - name: Product Attributes
  - name: Product Categories
  - name: Orders
  - name: Discount
  - name: Shipping
  - name: Redeem digital assets
  - name: Coupons
  - name: Currencies
  - name: Shop categories
  - name: Locations1
  - name: Features
  - name: Subscription plan
  - name: Recurring subscription plan
  - name: Shop payments
  - name: QDiscounts
  - name: Order status
  - name: Announcements
  - name: Wishlist
  - name: Transaction status
  - name: Templates
  - name: Config
  - name: Cart management
  - name: Users1
  - name: Profile
  - name: Domains
  - name: Transactions
  - name: Subscriptions1
  - name: Subscription statuses
  - name: Security
  - name: Payments
  - name: Payment methods1
  - name: Payment platforms
  - name: Public
  - name: social
  - name: Shipping1
  - name: Orders1
  - name: Integrations1
  - name: Webhook
  - name: ShopTags
  - name: Themes
paths:
  /{shopId}/shipping/zones:
    get:
      tags:
        - Shops
        - Shipping zones
      summary: Get shipping zones
      description: Get shipping zones
      operationId: getShippingZones
      parameters:
        - name: limit
          in: query
          schema:
            type: string
            example: nolimit
        - name: label
          in: query
          schema:
            type: string
            example: international
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                full_name:
                  type: string
                  example: Badmus Rasaq Adeyinka
            example:
              full_name: Badmus Rasaq Adeyinka
      responses:
        '200':
          description: Get shipping zones response
          headers:
            Access-Control-Allow-Headers:
              schema:
                type: string
                example: >-
                  Content-Type, Authorization, Content-Length, X-Requested-With,
                  Token
            Access-Control-Allow-Methods:
              schema:
                type: string
                example: GET,PUT,POST,DELETE,OPTIONS,PATCH
            Access-Control-Allow-Origin:
              schema:
                type: string
                example: '*'
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Length:
              schema:
                type: string
                example: '3629'
            Date:
              schema:
                type: string
                example: Thu, 27 Oct 2022 14:43:36 GMT
            ETag:
              schema:
                type: string
                example: W/"e2d-BuDkG63czQEMgdrsFwoBNxUaFos"
            Keep-Alive:
              schema:
                type: string
                example: timeout=5
            X-Powered-By:
              schema:
                type: string
                example: Express
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      currentPage:
                        type: number
                        example: 1
                      data:
                        type: array
                        items:
                          type: object
                          properties:
                            __v:
                              type: number
                              example: 0
                            _id:
                              type: string
                              example: 63420576c267f66c26475611
                            cities:
                              type: array
                              items: {}
                              example: []
                            countries:
                              type: array
                              items: {}
                              example: []
                            created:
                              type: string
                              example: '2022-10-08T23:19:18.543Z'
                            label:
                              type: string
                              example: local
                            name:
                              type: string
                              example: East Africa
                            regions:
                              type: array
                              items:
                                type: object
                                properties:
                                  _id:
                                    type: string
                                    example: 634eb61bd6812eb5e78113ca
                                  country:
                                    type: string
                                    example: 628c8d3c21ce8313e6293c8e
                                  regions:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        _id:
                                          type: string
                                          example: 634eb61bd6812eb5e78113cb
                                        cities:
                                          type: array
                                          items:
                                            type: string
                                            example: 62c8341dee498d69b64c64a0
                                          example:
                                            - 62c8341dee498d69b64c64a0
                                            - 62c8341dee498d69b64c64a1
                                        state:
                                          type: string
                                          example: 62c80815c9d738e14b8988ce
                                    example:
                                      - _id: 634eb61bd6812eb5e78113cb
                                        cities:
                                          - 62c8341dee498d69b64c64a0
                                          - 62c8341dee498d69b64c64a1
                                        state: 62c80815c9d738e14b8988ce
                              example:
                                - _id: 634eb61bd6812eb5e78113ca
                                  country: 628c8d3c21ce8313e6293c8e
                                  regions:
                                    - _id: 634eb61bd6812eb5e78113cb
                                      cities:
                                        - 62c8341dee498d69b64c64a0
                                        - 62c8341dee498d69b64c64a1
                                      state: 62c80815c9d738e14b8988ce
                            restOfTheWorld:
                              type: boolean
                              example: false
                            shop:
                              type: object
                              properties:
                                _id:
                                  type: string
                                  example: 61a956d91a113f7e13c45c15
                                domainActive:
                                  type: boolean
                                  example: false
                                domainName:
                                  type: string
                                  example: staar.pre
                                email:
                                  type: string
                                  example: adeyinkabadmus@gmail.com
                                name:
                                  type: string
                                  example: Egoli
                                slug:
                                  type: string
                                  example: egoli
                            slug:
                              type: string
                              example: east-africa
                            states:
                              type: array
                              items: {}
                              example: []
                            updated:
                              type: string
                              example: '2022-10-08T23:19:18.543Z'
                            updatedBy:
                              type: object
                              properties:
                                _id:
                                  type: string
                                  example: 61a956551a113f7e13c45c10
                                email:
                                  type: string
                                  example: adeyinkabadmus@gmail.com
                                full_name:
                                  type: string
                                  example: Badmus Rasaq Adeyinkarer4
                        example:
                          - __v: 0
                            _id: 63420576c267f66c26475611
                            cities: []
                            countries: []
                            created: '2022-10-08T23:19:18.543Z'
                            label: local
                            name: East Africa
                            regions:
                              - _id: 634eb61bd6812eb5e78113ca
                                country: 628c8d3c21ce8313e6293c8e
                                regions:
                                  - _id: 634eb61bd6812eb5e78113cb
                                    cities:
                                      - 62c8341dee498d69b64c64a0
                                      - 62c8341dee498d69b64c64a1
                                    state: 62c80815c9d738e14b8988ce
                            restOfTheWorld: false
                            shop:
                              _id: 61a956d91a113f7e13c45c15
                              domainActive: false
                              domainName: staar.pre
                              email: adeyinkabadmus@gmail.com
                              name: Egoli
                              slug: egoli
                            slug: east-africa
                            states: []
                            updated: '2022-10-08T23:19:18.543Z'
                            updatedBy:
                              _id: 61a956551a113f7e13c45c10
                              email: adeyinkabadmus@gmail.com
                              full_name: Badmus Rasaq Adeyinkarer4
                          - __v: 0
                            _id: 63421f6ecb408f5d7f284a12
                            cities: []
                            countries: []
                            created: '2022-10-09T01:10:06.359Z'
                            label: international
                            name: North Africa
                            regions: []
                            restOfTheWorld: false
                            shop:
                              _id: 61a956d91a113f7e13c45c15
                              domainActive: false
                              domainName: staar.pre
                              email: adeyinkabadmus@gmail.com
                              name: Egoli
                              slug: egoli
                            slug: north-africa
                            states: []
                            updated: '2022-10-09T01:10:06.359Z'
                            updatedBy:
                              _id: 61a956551a113f7e13c45c10
                              email: adeyinkabadmus@gmail.com
                              full_name: Badmus Rasaq Adeyinkarer4
                          - __v: 0
                            _id: 63422140fe2badf66ea5bce1
                            cities: []
                            countries: []
                            created: '2022-10-09T01:17:52.410Z'
                            label: local
                            name: North Africanas
                            regions: []
                            restOfTheWorld: false
                            shop:
                              _id: 61a956d91a113f7e13c45c15
                              domainActive: false
                              domainName: staar.pre
                              email: adeyinkabadmus@gmail.com
                              name: Egoli
                              slug: egoli
                            slug: north-africanas
                            states: []
                            updated: '2022-10-09T01:17:52.410Z'
                            updatedBy:
                              _id: 61a956551a113f7e13c45c10
                              email: adeyinkabadmus@gmail.com
                              full_name: Badmus Rasaq Adeyinkarer4
                          - __v: 0
                            _id: 634eb011c8fb556791be0743
                            cities:
                              - 62c8341dee498d69b64c64a0
                              - 62c8341dee498d69b64c64a1
                            countries:
                              - 628c8d3c21ce8313e6293c8e
                            created: '2022-10-18T13:54:25.394Z'
                            name: Test Africanas
                            regions:
                              - _id: 634eb011c8fb556791be0744
                                country: 628c8d3c21ce8313e6293c8e
                                regions:
                                  - _id: 634eb011c8fb556791be0745
                                    cities:
                                      - 62c8341dee498d69b64c64a0
                                      - 62c8341dee498d69b64c64a1
                                    state: 62c80815c9d738e14b8988ce
                            restOfTheWorld: false
                            shop:
                              _id: 61a956d91a113f7e13c45c15
                              domainActive: false
                              domainName: staar.pre
                              email: adeyinkabadmus@gmail.com
                              name: Egoli
                              slug: egoli
                            slug: test-africanas
                            states:
                              - 62c80815c9d738e14b8988ce
                            updated: '2022-10-18T13:54:25.394Z'
                            updatedBy:
                              _id: 61a956551a113f7e13c45c10
                              email: adeyinkabadmus@gmail.com
                              full_name: Badmus Rasaq Adeyinkarer4
                          - __v: 0
                            _id: 635a98d76231f050e45949a9
                            cities:
                              - 62c8341dee498d69b64c64a0
                              - 62c8341dee498d69b64c64a1
                            countries:
                              - 628c8d3c21ce8313e6293c8e
                            created: '2022-10-27T14:42:31.425Z'
                            name: Test Africanaers
                            regions:
                              - _id: 635a98d76231f050e45949aa
                                country: 628c8d3c21ce8313e6293c8e
                                regions:
                                  - _id: 635a98d76231f050e45949ab
                                    cities:
                                      - 62c8341dee498d69b64c64a0
                                      - 62c8341dee498d69b64c64a1
                                    state: 62c80815c9d738e14b8988ce
                            restOfTheWorld: false
                            shop:
                              _id: 61a956d91a113f7e13c45c15
                              domainActive: false
                              domainName: staar.pre
                              email: adeyinkabadmus@gmail.com
                              name: Egoli
                              slug: egoli
                            slug: test-africanaers
                            states:
                              - 62c80815c9d738e14b8988ce
                            updated: '2022-10-27T14:42:31.425Z'
                            updatedBy:
                              _id: 61a956551a113f7e13c45c10
                              email: adeyinkabadmus@gmail.com
                              full_name: Badmus Rasaq Adeyinkarer4
                      next:
                        nullable: true
                        example: null
                      noOfPages:
                        type: number
                        example: 1
                      prev:
                        nullable: true
                        example: null
                      totalRecord:
                        type: number
                        example: 5
                  msg:
                    type: string
                    example: Zone fetched successfully
                  success:
                    type: boolean
                    example: true
              examples:
                Get shipping zones response:
                  value:
                    data:
                      currentPage: 1
                      data:
                        - __v: 0
                          _id: 63420576c267f66c26475611
                          cities: []
                          countries: []
                          created: '2022-10-08T23:19:18.543Z'
                          label: local
                          name: East Africa
                          regions:
                            - _id: 634eb61bd6812eb5e78113ca
                              country: 628c8d3c21ce8313e6293c8e
                              regions:
                                - _id: 634eb61bd6812eb5e78113cb
                                  cities:
                                    - 62c8341dee498d69b64c64a0
                                    - 62c8341dee498d69b64c64a1
                                  state: 62c80815c9d738e14b8988ce
                          restOfTheWorld: false
                          shop:
                            _id: 61a956d91a113f7e13c45c15
                            domainActive: false
                            domainName: staar.pre
                            email: adeyinkabadmus@gmail.com
                            name: Egoli
                            slug: egoli
                          slug: east-africa
                          states: []
                          updated: '2022-10-08T23:19:18.543Z'
                          updatedBy:
                            _id: 61a956551a113f7e13c45c10
                            email: adeyinkabadmus@gmail.com
                            full_name: Badmus Rasaq Adeyinkarer4
                        - __v: 0
                          _id: 63421f6ecb408f5d7f284a12
                          cities: []
                          countries: []
                          created: '2022-10-09T01:10:06.359Z'
                          label: international
                          name: North Africa
                          regions: []
                          restOfTheWorld: false
                          shop:
                            _id: 61a956d91a113f7e13c45c15
                            domainActive: false
                            domainName: staar.pre
                            email: adeyinkabadmus@gmail.com
                            name: Egoli
                            slug: egoli
                          slug: north-africa
                          states: []
                          updated: '2022-10-09T01:10:06.359Z'
                          updatedBy:
                            _id: 61a956551a113f7e13c45c10
                            email: adeyinkabadmus@gmail.com
                            full_name: Badmus Rasaq Adeyinkarer4
                        - __v: 0
                          _id: 63422140fe2badf66ea5bce1
                          cities: []
                          countries: []
                          created: '2022-10-09T01:17:52.410Z'
                          label: local
                          name: North Africanas
                          regions: []
                          restOfTheWorld: false
                          shop:
                            _id: 61a956d91a113f7e13c45c15
                            domainActive: false
                            domainName: staar.pre
                            email: adeyinkabadmus@gmail.com
                            name: Egoli
                            slug: egoli
                          slug: north-africanas
                          states: []
                          updated: '2022-10-09T01:17:52.410Z'
                          updatedBy:
                            _id: 61a956551a113f7e13c45c10
                            email: adeyinkabadmus@gmail.com
                            full_name: Badmus Rasaq Adeyinkarer4
                        - __v: 0
                          _id: 634eb011c8fb556791be0743
                          cities:
                            - 62c8341dee498d69b64c64a0
                            - 62c8341dee498d69b64c64a1
                          countries:
                            - 628c8d3c21ce8313e6293c8e
                          created: '2022-10-18T13:54:25.394Z'
                          name: Test Africanas
                          regions:
                            - _id: 634eb011c8fb556791be0744
                              country: 628c8d3c21ce8313e6293c8e
                              regions:
                                - _id: 634eb011c8fb556791be0745
                                  cities:
                                    - 62c8341dee498d69b64c64a0
                                    - 62c8341dee498d69b64c64a1
                                  state: 62c80815c9d738e14b8988ce
                          restOfTheWorld: false
                          shop:
                            _id: 61a956d91a113f7e13c45c15
                            domainActive: false
                            domainName: staar.pre
                            email: adeyinkabadmus@gmail.com
                            name: Egoli
                            slug: egoli
                          slug: test-africanas
                          states:
                            - 62c80815c9d738e14b8988ce
                          updated: '2022-10-18T13:54:25.394Z'
                          updatedBy:
                            _id: 61a956551a113f7e13c45c10
                            email: adeyinkabadmus@gmail.com
                            full_name: Badmus Rasaq Adeyinkarer4
                        - __v: 0
                          _id: 635a98d76231f050e45949a9
                          cities:
                            - 62c8341dee498d69b64c64a0
                            - 62c8341dee498d69b64c64a1
                          countries:
                            - 628c8d3c21ce8313e6293c8e
                          created: '2022-10-27T14:42:31.425Z'
                          name: Test Africanaers
                          regions:
                            - _id: 635a98d76231f050e45949aa
                              country: 628c8d3c21ce8313e6293c8e
                              regions:
                                - _id: 635a98d76231f050e45949ab
                                  cities:
                                    - 62c8341dee498d69b64c64a0
                                    - 62c8341dee498d69b64c64a1
                                  state: 62c80815c9d738e14b8988ce
                          restOfTheWorld: false
                          shop:
                            _id: 61a956d91a113f7e13c45c15
                            domainActive: false
                            domainName: staar.pre
                            email: adeyinkabadmus@gmail.com
                            name: Egoli
                            slug: egoli
                          slug: test-africanaers
                          states:
                            - 62c80815c9d738e14b8988ce
                          updated: '2022-10-27T14:42:31.425Z'
                          updatedBy:
                            _id: 61a956551a113f7e13c45c10
                            email: adeyinkabadmus@gmail.com
                            full_name: Badmus Rasaq Adeyinkarer4
                      next: null
                      noOfPages: 1
                      prev: null
                      totalRecord: 5
                    msg: Zone fetched successfully
                    success: true

````