ServiceChannel SupplyClick API

The SupplyClick API from ServiceChannel — 1 operation(s) for supplyclick.

Operations 1

POST /SupplyClick/ProcessItems Create supply manager work orders #

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/servicechannel-supplyclick-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

servicechannel-supplyclick-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: bearer.v1
  title: Fixxbook.Bearer.Api.V1 AfterHours Supply Click API
  isOdataApi: false
  relativePath: ''
  discoveryPath: docs/bearer.v1
  _isAuthorizedAccess: true
servers:
- url: https://sb2fixxbook.servicechannel.com:443/api
security:
- oauth2: []
tags:
- name: SupplyClick
paths:
  /SupplyClick/ProcessItems:
    post:
      tags:
      - SupplyClick
      summary: Create supply manager work orders
      operationId: POSTv3_SupplyClick_ProcessItems
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/System.Object'
            text/json:
              schema:
                $ref: '#/components/schemas/System.Object'
      deprecated: false
      x-access: Any
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/ServiceChannel.Api.Model.SupplyManager.CatalogItemModel'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/ServiceChannel.Api.Model.SupplyManager.CatalogItemModel'
        description: Materials
        required: true
components:
  schemas:
    System.Object:
      type: object
      properties: {}
    ServiceChannel.Api.Model.SupplyManager.CatalogItemModel:
      type: object
      properties:
        ProductId:
          type: string
        SubscriberId:
          format: int32
          type: integer
        LocationId:
          format: int32
          type: integer
        StoreId:
          type: string
        CallerName:
          type: string
        CustomCallerName:
          type: string
        CallerEmail:
          type: string
        ShippingAddress:
          type: string
        BillingAddress:
          type: string
        SupplierId:
          type: string
        Quantity:
          format: double
          type: number
        Price:
          format: double
          type: number
        Description:
          type: string
        SupplierPartId:
          type: string
        SupplierPartAuxiliaryId:
          type: string
        SupplierName:
          type: string
        CurrencyCode:
          type: string
        NTE:
          type: string
        Attachment:
          type: string
        Reason:
          type: string
        GlCode:
          type: string
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          scopes: {}
          authorizationUrl: https://sb2login.servicechannel.com/oauth/authorize
          tokenUrl: https://sb2login.servicechannel.com/oauth/token
      description: OAuth2 Authorization