> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List shops

> List connected shops and integrations.



## OpenAPI

````yaml /openapi.json get /shops
openapi: 3.0.1
info:
  title: Connector
  version: 80f7edc, 2026-01-23T12:01:00Z
  description: Enhanced Quivo API documentation with additional descriptions and examples
  contact:
    name: Quivo Support
    email: support@quivo.co
    url: https://quivo.co
  license:
    name: Proprietary
    url: https://quivo.co/terms
  termsOfService: https://quivo.co/terms
servers:
  - url: https://api.quivo.co/
    description: Production API server for Quivo Connector
security: []
tags:
  - name: addresses
    description: Manage stored addresses in the seller's address book
  - name: apiKeyRequests
    description: Request and manage API keys
  - name: articles
    description: Create and manage product articles
  - name: audits
    description: Access audit logs and history
  - name: bundles
    description: Manage product bundles
  - name: carriers
    description: Get carrier information
  - name: contacts
    description: Manage contact information
  - name: countries
    description: Get country information
  - name: currencies
    description: Get currency information
  - name: customerInquiries
    description: Manage customer inquiries
  - name: dashboards
    description: Access dashboard data
  - name: files
    description: Manage file uploads and downloads
  - name: fulfillmentPlans
    description: Manage fulfillment plans
  - name: inbounds
    description: Manage inbound shipments
  - name: items
    description: Monitor and manage inventory items
  - name: languages
    description: Get language information
  - name: notifications
    description: Manage notifications
  - name: orders
    description: Create and manage fulfillment orders
  - name: ping
    description: Health check endpoint
  - name: returnApp
    description: Manage return applications
  - name: returnLinks
    description: Manage return links
  - name: returns
    description: Manage returns
  - name: sellers
    description: Get seller information
  - name: shipments
    description: Book and manage shipments
  - name: shippingServiceGroups
    description: Get shipping service groups
  - name: shopOrders
    description: Manage shop orders
  - name: shops
    description: Manage shops
  - name: status
    description: Get system status
  - name: storedAddresses
    description: Manage stored addresses
  - name: subscriptionPackages
    description: Manage subscription packages
  - name: subscriptions
    description: Manage webhook subscriptions
  - name: track
    description: Track shipments
  - name: transports
    description: Manage transport services
  - name: users
    description: Manage users
  - name: warehouses
    description: Get warehouse information
paths:
  /shops:
    get:
      tags:
        - shops
      summary: List shops
      description: List connected shops and integrations.
      operationId: shopsGet
      parameters:
        - name: query
          in: query
          schema:
            type: string
          description: >-
            Search query string used to filter results. This field supports
            specific syntax for filtering across multiple fields.
        - name: sort
          in: query
          schema:
            type: string
          description: >-
            Optional sorting criteria for the results. Format is typically
            'field:direction' (e.g., 'created:desc').
        - name: page
          in: query
          schema:
            type: integer
            format: int64
          description: >-
            The page number to retrieve when using offset-based pagination.
            Ignored if 'searchAfter' is provided.
        - name: searchAfter
          in: query
          schema:
            type: string
          description: >-
            Used for cursor-based pagination. Pass the 'sort' key value from the
            last item of the previous page to retrieve the next set of results
            efficiently. Overrides 'page'.
        - name: pageSize
          in: query
          schema:
            type: integer
            format: int64
          description: >-
            The maximum number of items to return per page. Used for both offset
            and cursor-based pagination.
      responses:
        '200':
          description: >-
            Returns an array of connected shop integrations with connection
            status and details.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ShopGet'
        '400':
          description: >-
            Bad request - the request payload is invalid, missing required
            fields, or contains invalid data.
        '401':
          description: >-
            Unauthorized - authentication credentials are missing, invalid, or
            expired.
        '404':
          description: >-
            Not found - the requested resource does not exist or is not
            accessible.
        '500':
          description: Internal server error - an unexpected error occurred on the server.
components:
  schemas:
    ShopGet:
      required:
        - endpoint
        - platform
        - sellerId
      type: object
      properties:
        endpoint:
          $ref: '#/components/schemas/EndpointGet'
        platform:
          $ref: '#/components/schemas/PlatformGet'
        sellerId:
          type: integer
          format: int64
          description: The unique identifier for the seller
        sort:
          $ref: '#/components/schemas/JsonNode'
        deletedAt:
          type: string
          format: date-time
          description: The deleted at timestamp
        enabled:
          type: boolean
          description: Indicates whether  is enabled
        enabledExportFulfillment:
          type: boolean
          description: Indicates whether export fulfillment is enabled
        enabledExportInventory:
          type: boolean
          description: Indicates whether export inventory is enabled
        enabledInboundImport:
          type: boolean
          description: Indicates whether inbound import is enabled
        enabledInboundExportFulfillment:
          type: boolean
          description: Indicates whether inbound export fulfillment is enabled
        fulfillmentQuantityMode:
          type: string
          enum:
            - INFINITE
            - IN_STOCK
            - AVAILABLE
            - AVAILABLE_SOON
          description: Quantity or amount
        language:
          type: string
          description: The language value
        hideEmailFromCarrier:
          type: boolean
          description: Email address
        warehouseId:
          type: integer
          format: int64
          description: The unique identifier for the warehouse
        orderFilter:
          $ref: '#/components/schemas/OrderFilterGet'
        externallyFulfilledShippingMethodIds:
          uniqueItems: true
          type: array
          items:
            type: string
          description: The unique identifier for the externallyfulfilledshippingmethods
        readTariffNumber:
          type: boolean
          description: Number value
        readCountryOfOrigin:
          type: boolean
          description: Country code or name
        readCustomsValue:
          type: boolean
          description: The read customs value value
        readWeight:
          type: boolean
          description: Weight value
        hideEmailFromOrder:
          type: boolean
          description: Email address
        orderImportPageSize:
          type: integer
          format: int32
          description: Order identifier or information
        pixiOrderPrefix:
          type: string
          description: Order identifier or information
        defaultShippingMethod:
          type: string
          description: The default shipping method
        exportInventoryIntervalMinutes:
          type: integer
          format: int32
          description: The export inventory interval minutes numeric value
        exportInventoryCalculationMode:
          type: string
          description: The export inventory calculation mode
        id:
          type: integer
          format: int64
          description: The unique identifier for the id
      description: >-
        Connected shop or integration information. Contains shop system details,
        connection status, credentials, and configuration.
    EndpointGet:
      type: object
      description: Response object containing endpoint details
    PlatformGet:
      type: object
      description: Response object containing platform details
    JsonNode:
      type: object
      properties:
        short:
          type: boolean
          description: Indicates whether short is enabled or active
        nodeType:
          type: string
          enum:
            - ARRAY
            - BINARY
            - BOOLEAN
            - MISSING
            - 'NULL'
            - NUMBER
            - OBJECT
            - POJO
            - STRING
          description: The type or category of the node
        float:
          type: boolean
          description: Indicates whether float is enabled or active
        binary:
          type: boolean
          description: Indicates whether binary is enabled or active
        number:
          type: boolean
          description: Number value
        integralNumber:
          type: boolean
          description: Number value
        boolean:
          type: boolean
          description: Indicates whether boolean is enabled or active
        double:
          type: boolean
          description: Indicates whether double is enabled or active
        long:
          type: boolean
          description: Indicates whether long is enabled or active
        int:
          type: boolean
          description: Indicates whether int is enabled or active
        valueNode:
          type: boolean
          description: The value node value
        containerNode:
          type: boolean
          description: Boolean flag indicating container node
        missingNode:
          type: boolean
          description: Boolean flag indicating missing node
        object:
          type: boolean
          description: Indicates whether object is enabled or active
        pojo:
          type: boolean
          description: Indicates whether pojo is enabled or active
        floatingPointNumber:
          type: boolean
          description: Number value
        bigDecimal:
          type: boolean
          description: Boolean flag indicating big decimal
        bigInteger:
          type: boolean
          description: Boolean flag indicating big integer
        textual:
          type: boolean
          description: Indicates whether textual is enabled or active
        array:
          type: boolean
          description: Indicates whether array is enabled or active
        'null':
          type: boolean
          description: Indicates whether null is enabled or active
      description: 'The '
    OrderFilterGet:
      type: object
      properties:
        orderedAfter:
          type: string
          format: date-time
          description: Order identifier or information
        referencePattern:
          $ref: '#/components/schemas/Pattern'
        excludeDeliveryAddressCountries:
          uniqueItems: true
          type: array
          items:
            type: string
            enum:
              - AF
              - AX
              - AL
              - DZ
              - AS
              - AD
              - AO
              - AI
              - AQ
              - AG
              - AR
              - AM
              - AW
              - AU
              - AT
              - AZ
              - BS
              - BH
              - BD
              - BB
              - BY
              - BE
              - BZ
              - BJ
              - BM
              - BT
              - BO
              - BA
              - BW
              - BV
              - BR
              - IO
              - BN
              - BG
              - BF
              - BI
              - KH
              - CM
              - CA
              - CV
              - KY
              - CF
              - TD
              - CL
              - CN
              - CX
              - CC
              - CO
              - KM
              - CG
              - CD
              - CK
              - CR
              - CI
              - HR
              - CU
              - CY
              - CZ
              - DK
              - DJ
              - DM
              - DO
              - EC
              - EG
              - SV
              - GQ
              - ER
              - EE
              - ET
              - FK
              - FO
              - FJ
              - FI
              - FR
              - GF
              - PF
              - TF
              - GA
              - GM
              - GE
              - DE
              - GH
              - GI
              - GR
              - GL
              - GD
              - GP
              - GU
              - GT
              - GG
              - GN
              - GW
              - GY
              - HT
              - HM
              - VA
              - HN
              - HK
              - HU
              - IS
              - IN
              - ID
              - IR
              - IQ
              - IE
              - IM
              - IL
              - IT
              - JM
              - JP
              - JE
              - JO
              - KZ
              - KE
              - KI
              - KP
              - KR
              - XK
              - KW
              - KG
              - LA
              - LV
              - LB
              - LS
              - LR
              - LY
              - LI
              - LT
              - LU
              - MO
              - MK
              - MG
              - MW
              - MY
              - MV
              - ML
              - MT
              - MH
              - MQ
              - MR
              - MU
              - YT
              - MX
              - FM
              - MD
              - MC
              - MN
              - ME
              - MS
              - MA
              - MZ
              - MM
              - NA
              - NR
              - NP
              - NL
              - NC
              - NZ
              - NI
              - NE
              - NG
              - NU
              - NF
              - MP
              - 'NO'
              - OM
              - PK
              - PW
              - PS
              - PA
              - PG
              - PY
              - PE
              - PH
              - PN
              - PL
              - PT
              - PR
              - QA
              - RE
              - RO
              - RU
              - RW
              - BL
              - SH
              - KN
              - LC
              - MF
              - PM
              - VC
              - WS
              - SM
              - ST
              - SA
              - SN
              - RS
              - SC
              - SL
              - SG
              - SK
              - SI
              - SB
              - SO
              - ZA
              - GS
              - ES
              - LK
              - SD
              - SR
              - SJ
              - CW
              - BQ
              - SX
              - SZ
              - SE
              - CH
              - SY
              - TW
              - TJ
              - TZ
              - TH
              - TL
              - TG
              - TK
              - TO
              - TT
              - TN
              - TR
              - TM
              - TC
              - TV
              - UG
              - UA
              - AE
              - GB
              - US
              - UM
              - UY
              - UZ
              - VU
              - VE
              - VN
              - VG
              - VI
              - WF
              - EH
              - YE
              - ZM
              - ZW
          description: Address information
        includeDeliveryAddressCountries:
          uniqueItems: true
          type: array
          items:
            type: string
            enum:
              - AF
              - AX
              - AL
              - DZ
              - AS
              - AD
              - AO
              - AI
              - AQ
              - AG
              - AR
              - AM
              - AW
              - AU
              - AT
              - AZ
              - BS
              - BH
              - BD
              - BB
              - BY
              - BE
              - BZ
              - BJ
              - BM
              - BT
              - BO
              - BA
              - BW
              - BV
              - BR
              - IO
              - BN
              - BG
              - BF
              - BI
              - KH
              - CM
              - CA
              - CV
              - KY
              - CF
              - TD
              - CL
              - CN
              - CX
              - CC
              - CO
              - KM
              - CG
              - CD
              - CK
              - CR
              - CI
              - HR
              - CU
              - CY
              - CZ
              - DK
              - DJ
              - DM
              - DO
              - EC
              - EG
              - SV
              - GQ
              - ER
              - EE
              - ET
              - FK
              - FO
              - FJ
              - FI
              - FR
              - GF
              - PF
              - TF
              - GA
              - GM
              - GE
              - DE
              - GH
              - GI
              - GR
              - GL
              - GD
              - GP
              - GU
              - GT
              - GG
              - GN
              - GW
              - GY
              - HT
              - HM
              - VA
              - HN
              - HK
              - HU
              - IS
              - IN
              - ID
              - IR
              - IQ
              - IE
              - IM
              - IL
              - IT
              - JM
              - JP
              - JE
              - JO
              - KZ
              - KE
              - KI
              - KP
              - KR
              - XK
              - KW
              - KG
              - LA
              - LV
              - LB
              - LS
              - LR
              - LY
              - LI
              - LT
              - LU
              - MO
              - MK
              - MG
              - MW
              - MY
              - MV
              - ML
              - MT
              - MH
              - MQ
              - MR
              - MU
              - YT
              - MX
              - FM
              - MD
              - MC
              - MN
              - ME
              - MS
              - MA
              - MZ
              - MM
              - NA
              - NR
              - NP
              - NL
              - NC
              - NZ
              - NI
              - NE
              - NG
              - NU
              - NF
              - MP
              - 'NO'
              - OM
              - PK
              - PW
              - PS
              - PA
              - PG
              - PY
              - PE
              - PH
              - PN
              - PL
              - PT
              - PR
              - QA
              - RE
              - RO
              - RU
              - RW
              - BL
              - SH
              - KN
              - LC
              - MF
              - PM
              - VC
              - WS
              - SM
              - ST
              - SA
              - SN
              - RS
              - SC
              - SL
              - SG
              - SK
              - SI
              - SB
              - SO
              - ZA
              - GS
              - ES
              - LK
              - SD
              - SR
              - SJ
              - CW
              - BQ
              - SX
              - SZ
              - SE
              - CH
              - SY
              - TW
              - TJ
              - TZ
              - TH
              - TL
              - TG
              - TK
              - TO
              - TT
              - TN
              - TR
              - TM
              - TC
              - TV
              - UG
              - UA
              - AE
              - GB
              - US
              - UM
              - UY
              - UZ
              - VU
              - VE
              - VN
              - VG
              - VI
              - WF
              - EH
              - YE
              - ZM
              - ZW
          description: Address information
      description: Response object containing orderfilter details
    Pattern:
      type: object
      description: 'The '

````