Channable stock_updates API is one of 6 APIs that Channable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include stock_updates. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and authentication docs.
This API exposes
3 operations
across 2 paths,
and defines 10 schemas.
It is described by OpenAPI 3.1.0, at version v1.
Requests are made against the base URL https://api.channable.com/v1.
3 operations2 paths10 schemas1 GET2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.channable.com/v1
Resource Areas
1
Paths & Operations 3
Across 2 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are EfferentOffer (11 properties), ResponseModel (5 properties), ValidationError (5 properties), ChannableApiStockUpdate (4 properties). Each schema is shown below with its type and property counts.
ValidationError
object
5 properties3 required
ChannableApiStockUpdate
object
Channable API payload for sending a stock update for a product. Only id and stock are mandatory, as this is all we strictly need to send the update. The rest i…
4 properties2 required
ChannableErrorResponse
object
The standard Channable error response
2 properties1 required
StockUpdateResponse
object
3 properties3 required
ResponseModel
object
A container for response model.
5 properties2 required
ChannableStockUpdatePayload
array
HTTPValidationError
object
1 property
ResponseModelStatus
string
RecentOffers
object
2 properties2 required
EfferentOffer
object
11 properties5 required
Specification
The full machine-readable OpenAPI contract behind this narrative.