Omniful, Inc. Seller and Sales Channel APIs API

The Seller and Sales Channel APIs API from Omniful, Inc. — 1 operation(s) for seller and sales channel apis.

OpenAPI Specification

omniful-inc-seller-and-sales-channel-apis-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Omniful Integration APIs Background Jobs Seller and Sales Channel APIs 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: Seller and Sales Channel APIs
paths:
  /sales-channel/public/v1/token:
    post:
      summary: Retrieve Access Token
      operationId: postRetrieveAccessToken
      tags:
      - Seller and Sales Channel APIs
      description: 'This API allows you to obtain a new access token and refresh token using a refresh token grant type. Access tokens are short-lived tokens that grant access to specific resources or actions within an API, while refresh tokens are used to request new access tokens without requiring the user to re-authenticate. Upon sending this request to the Omniful API, you will receive a response containing the new access token and refresh token, which you can then use to access protected resources and perform '
      requestBody:
        content:
          application/json: {}
      responses:
        '200':
          description: Successful response
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer