Sha256: 97dc831e7add63db42da088fc862b85ae2cdd9e6d1daac003ba18caf09051ace

Contents?: true

Size: 1.87 KB

Versions: 58

Compression:

Stored size: 1.87 KB

Contents

title: Solidus API
logo: 'https://next.stoplight.io/images/mark-light-bg.png'
header:
  nav:
    left: []
    right: []
pages:
  /:
    title: Welcome
    data:
      blocks:
        - type: text
          data: >-
            # Solidus API


            Welcome! This is the documentation for the
            [Solidus](https://solidus.io) REST API.


            This documentation refers to a stock installation of Solidus.
            However, every store may customize their API in any number of ways,
            so make sure to ensure the store you are working with conforms to
            this documentation or refer to the store's own documentation for
            interacting with the API.


            Endpoints are grouped by the logical resource they interact with.
            Note that some of the endpoints are duplicated, since the same
            resource may be accessed at the root level or as the child of
            another resource (e.g. you may access all variants or the variants
            that belong to a specific product).
        - type: text
          data: ''
      children:
        - title: Authentication
          route:
            path: /authentication
          data:
            $ref: ./authentication.md
        - title: Pagination and Filtering
          route:
            path: /pagination-and-filtering
          data:
            $ref: ./pagination-and-filtering.md
        - title: Errors
          route:
            path: /errors
          data:
            $ref: ./errors.md
        - title: Checkout Flow
          route:
            path: /checkout-flow
          data:
            $ref: ./checkout-flow.md
          config:
            sidebar:
              token: ''
        - title: API Reference
          config:
            includeDownloadLink: true
          route:
            path: /api-reference
          data:
            $ref: ./solidus-api.oas.yml

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
solidus_api-4.1.6 openapi/main.hub.yml
solidus_api-4.4.2 openapi/main.hub.yml
solidus_api-4.4.1 openapi/main.hub.yml
solidus_api-4.4.0 openapi/main.hub.yml
solidus_api-4.3.4 openapi/main.hub.yml
solidus_api-4.2.4 openapi/main.hub.yml
solidus_api-4.1.5 openapi/main.hub.yml
solidus_api-4.3.3 openapi/main.hub.yml
solidus_api-4.3.2 openapi/main.hub.yml
solidus_api-4.1.4 openapi/main.hub.yml
solidus_api-4.3.1 openapi/main.hub.yml
solidus_api-4.3.0 openapi/main.hub.yml
solidus_api-4.2.3 openapi/main.hub.yml
solidus_api-4.1.3 openapi/main.hub.yml
solidus_api-4.0.4 openapi/main.hub.yml
solidus_api-3.4.6 openapi/main.hub.yml
solidus_api-4.0.3 openapi/main.hub.yml
solidus_api-4.1.2 openapi/main.hub.yml
solidus_api-4.2.2 openapi/main.hub.yml
solidus_api-3.4.5 openapi/main.hub.yml