Shoplazza Access API

The Access API from Shoplazza — 1 operation(s) for access.

Operations 1

GET /openapi/2022-01/oauth/access_scopes Get Access Scopes #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/shoplazza-access-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

shoplazza-access-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SPZ Admin Access API
  version: '2022.01'
servers:
- url: https://{subdomain}.myshoplaza.com
  variables:
    subdomain:
      default: developer
security:
- sec0: []
tags:
- name: Access
  description: ''
paths:
  /openapi/2022-01/oauth/access_scopes:
    get:
      tags:
      - Access
      summary: Get Access Scopes
      description: ''
      operationId: get-access-scopes
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "{\n    \"access_scopes\": [\n        {\n            \"handle\": \"read_product\"\n        },\n        {\n            \"handle\": \"write_product\"\n        },\n        {\n            \"handle\": \"read_order\"\n        },\n        {\n            \"handle\": \"write_order\"\n        },\n        {\n            \"handle\": \"read_comments\"\n        },\n        {\n            \"handle\": \"write_comments\"\n        },\n        {\n            \"handle\": \"read_script_tags\"\n        },\n        {\n            \"handle\": \"write_script_tags\"\n        },\n        {\n            \"handle\": \"read_collection\"\n        },\n        {\n            \"handle\": \"write_collection\"\n        },\n        {\n            \"handle\": \"read_shop\"\n        },\n        {\n            \"handle\": \"read_customer\"\n        },\n        {\n            \"handle\": \"write_customer\"\n        },\n        {\n            \"handle\": \"read_app_proxy\"\n        },\n        {\n            \"handle\": \"write_app_proxy\"\n        },\n        {\n            \"handle\": \"read_data\"\n        },\n        {\n            \"handle\": \"write_data\"\n        },\n        {\n            \"handle\": \"read_price_rules\"\n        },\n        {\n            \"handle\": \"write_price_rules\"\n        },\n        {\n            \"handle\": \"read_shop_navigation\"\n        },\n        {\n            \"handle\": \"write_shop_navigation\"\n        },\n        {\n            \"handle\": \"read_search_api\"\n        },\n        {\n            \"handle\": \"write_search_api\"\n        }\n    ]\n}"
              schema:
                type: object
                properties:
                  access_scopes:
                    type: array
                    items:
                      type: object
                      properties:
                        handle:
                          type: string
                          example: read_product
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
components:
  securitySchemes:
    sec0:
      type: apiKey
      in: header
      name: access-token
      x-default: WPMSdB6M8Cpum4X1GoMYOKZpiESd8d2x7dZW8d79ZeQ
    apikey-header-access-token:
      type: apiKey
      in: header
      name: access-token
      x-default: WPMSdB6M8Cpum4X1GoMYOKZpiESd8d2x7dZW8d79ZeQ
x-standalone-page:
  title: Standalone Page
  content: Information that should be on a standalone page...
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
  samples-enabled: true