Omniful, Inc. Stock Transfer Order API

The Stock Transfer Order API from Omniful, Inc. — 2 operation(s) for stock transfer order.

Operations 2

GET /sales-channel/public/v1/orders/sto/{sto_id} GetStockOrder #
GET /sales-channel/public/v1/orders/sto/hubs/{hub_code} GetStockOrders #

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/omniful-inc-stock-transfer-order-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

omniful-inc-stock-transfer-order-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Omniful Integration APIs Background Jobs Stock Transfer Order API
  version: v1
  description: Omniful unified supply chain and fulfillment platform integration APIs (Order Management, Warehouse/Inventory, Returns, Purchase Orders, Shipment/TMS, Webhooks). Derived faithfully from the provider-published Postman collection at docs.omniful.tech; paths, methods, parameters, and request examples are as published, response schemas are not enumerated in the source.
  contact:
    url: https://docs.omniful.tech
servers:
- url: https://prodapi.omniful.com
security:
- bearerAuth: []
tags:
- name: Stock Transfer Order
paths:
  /sales-channel/public/v1/orders/sto/{sto_id}:
    get:
      summary: GetStockOrder
      operationId: getGetstockorder
      tags:
      - Stock Transfer Order
      description: STO Order Details Response Payload Root Level Fields Field Name Type Description is_success Boolean Indicates whether the API request was successful status_code Integer HTTP status code returned by the API data Object Contains stock transfer order details meta Object Null data Object Field Name Type Description seller_name String Name of the seller sto_number String Unique Stock Transfer Order number status String Current status of the STO (e.g., Received) total_amount Number Total monetary valu
      parameters:
      - name: sto_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
  /sales-channel/public/v1/orders/sto/hubs/{hub_code}:
    get:
      summary: GetStockOrders
      operationId: getGetstockorders
      tags:
      - Stock Transfer Order
      description: 'Get Stock Transfer Orders API Documentation Overview This API endpoint retrieves detailed information about stock transfer orders and requires a valid destination hub code—the hub specified in the stock transfer request where receiving will occur—which must be powered through the Omniful system. You can also use filters to narrow down the results. The available filters are: sto_request_id: Filter by a single stock transfer request ID. sto_request_ids: Filter by multiple stock transfer request ID'
      parameters:
      - name: hub_code
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer