openapi: 3.1.0
info:
title: Channable order connection order_attachments stock_updates API
description: "# Introduction\n\nWelcome to the Channable API __v1__.\n\nThis version of the Channable API allows you to:\n\n- Access orders\n- Manage order shipments\n- Update the stock of an offer on all marketplaces\n- Access returns\n\n### Details\n\n| Key | Value\n------------- | -----------\nApi version | `v1`, `v2`\nProtocol | `HTTPS`\nHostname | `api.channable.com`\nCommon Path v1 | `/v1/companies/:company_id/projects/:project_id`\nCommon Path v2 | `/v2/companies/:company_id/projects/:project_id`\n\n\nThe <em>Common Path</em> is shared by all endpoints except the transporters endpoints in this version of our API. Note that you have to replace <code>:company_id</code> and <code>:project_id</code> with valid values. All endpoints using v2 will state so in their names, and should use the <em>common path v2</em>. All other endpoints are v1 endpoints and should use <em>Common Path v1</em>.\n\n## Taxonomy\n\n\n| Term | Description\n------------- | -----------\n`Platform` | A webshop platform, such as WooComerce, Lightspeed, etc.\n`Marketplace` | A place where you can sell your products, such as Amazon, Bol, eBay, etc. Sometimes referred to as _channel_.\n`Order` | A purchase of any products made by a client.\n`Offer` | A selling proposal made by a seller over any class of products. It includes price, stock and other seller-dependent values.\n\n\n## Rate Limiting\n\nThe Channable API has a rate limiting policy to which you must comply.<br>\nIt is defined on a per-company basis, meaning that generating new API tokens will not circumvent our rate-limiting.\n\n| Frequency | Burst\n------------- | -----------\nMax 4 requests per second | Burst of 200 requests\n\n**Note**: We use the [Leaky Bucket algorithm](https://en.wikipedia.org/wiki/Leaky_bucket) for rate-limiting.\n\n## Getting started\n\n\nTo get started you need to:\n\n1. Find the project ids you are interested in\n1. Find your Channable company id\n1. Generate an **API token** for your company\n\n**Note**: Information about the supported channels can be found in our [help center](https://helpcenter.channable.com/hc/en-us/articles/360011094300-For-which-marketplaces-does-Channable-support-an-order-connection-integration-).\n\n### 1. Find your project ids\n\nTo find the project ids you are interested in:\n\n1. Log in to the <a target=\"\\\\_blank\" href=\"https://app.channable.com\">Channable app</a>\n2. Select a project\n3. Open the project `Settings`\n4. Copy the _Project id_ value\n\n\n### 2. Generate an API Token for your company\n\nTo both find your Channable `company_id` and to generate a new **API token** for your company, go to [app.channable.com](https://app.channable.com) and sign in.\n\nOn the main page navigate to company settings then channabke API.\nFrom here you can see your company id, as well as generate your API token.\n\n<img src='https://lh3.googleusercontent.com/d/1yUAdfXLRryVV9i0ce0mJpOX3c7z97HSD=w1000' />\n\n**Notes**:\n\n- Only owners of companies are able to generate an API Token.\n- Channable does not store your tokens. Please store them securely.\n- In case you lose or leak your token, generate a new one. The previously generated tokens can be revoked by you or will expire after 1 year.\n- Two API tokens can be valid at any time, allowing you to seamlessly change to a new token, if needed.\n\n### 3. Using the API Token\n\nYou must include your API token in every request you make to Channable.<br/>\nThe token should be included in the headers of the request: `Authorization: Bearer your_api_token`\n\n<aside class=\"notice\">\nYou must replace <code>your_api_token</code> with your API token.\n</aside>\n\nAfter generating your API token you are ready to try out the endpoints and build your integration\nusing the Channable Sandbox.\n\n**How to include the token in your requests:**\n\n```shell\n# Headers method: Authorization: Bearer\ncurl \"api_endpoint_here\"\n -H \"Authorization: Bearer your_api_token\"\n```\n\n\n### Common error codes and their meanings\n\nThe Channable API uses the following error codes:\n\nCode | Meaning | Reason\n---------- | ------- | -------\n400 | Bad Request | The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing)\n401 | Unauthorized | You are using an invalid or already revoked API token.\n403 | Forbidden | You are not allowed to access the resources your request targets.\n404 | Not Found | The targeted resources could not be found.\n405 | Method Not Allowed | You tried to access an endpoint with an invalid HTTP method.\n406 | Not Acceptable | You requested a format that isn't json.\n409 | Conflict | Your request could not be completed due to a conflict with the current state of the target resource.\n422 | Unprocessable Entity | We could understand the content type of the request entity, but we are unable to process the contained instructions.\n429 | Too Many Requests | You have sent too many requests in a given amount of time, thus exceeding our rate-limiting policy. Please try again later.\n500 | Internal Server Error | We had a problem with our server. Please try again later.\n503 | Service Unavailable | We are temporarily offline for maintenance. Please try again later.\n\n\n## Sandbox Testing\n\nThe Channable API sandbox lets you test your order integration with the Channable API in a safe\nenvironment without sending requests to the marketplaces you want to connect to. All data is mocked\nbut the structure of the data and API calls needed to manage your orders are the same no matter\nwhich marketplace you end up connecting with.\n\n\n### Setup\n\nTo set up a test environment with the Channable Sandbox you must first make a connection with the\nSandbox. This can be done in the same way as all other connections within Channable by going to\n\"Company settings\" -> \"Connections\" and clicking on \"+ Add new connection\".\n\n<img src='https://lh3.googleusercontent.com/d/1iBA33tS5JmjdJEVDuS0ks5j9MJEewJMg=w1000' />\n\nSelect \"Channable Sandbox\", give the connection a label and click on the blue \"Create\" button.\nNo further information is needed.\n\nOnce you have made a connection, navigate to the project you want to use and click on\n\"Setup\" -> \"Setup orders\" > \"+ Setup orders\".\n\n<img src='https://lh3.googleusercontent.com/d/1zjpfcCbbU84GD45qMn3wrI3WFMNk438D=w1000' />\n\nFrom here make an order connection between the \"Channable API\" and the \"Channable Sandbox\" and\nactivate the order connection. You are now ready to start testing.\n\n<img src='https://lh3.googleusercontent.com/d/1piCcRzylFAy9uZf6vpjdukozC9-mgV_q=w1000' />\n\n### Orders\n\nTo create a test order, navigate to \"Setup\" -> \"Orders\" -> \"Settings\" of the Channable Sandbox\norder connection.\n\n<img src='https://lh3.googleusercontent.com/d/11wBOEB55t6_Y934xM3N50JtOmSbJfxGW=w1000' />\n\nFrom here click on the gear in the top right and \"Send test order\".\n\n<img src='https://lh3.googleusercontent.com/d/1f1tn9uooKz1uy0uq9xvfcMpREn5zKDVW=w1000' />\n\nIn the popup fill in an item id and click the blue \"Send test order\" button. A test order has now\nbeen created, and you can use all request methods described in \"Orders\" to interact with it. If you\nneed special test cases, most data in the test order can be provided by you in the popup when you\nclick on \"Send test order\".\n\n\n### Shipments/Cancellations\n\nOnce one or more testorders have been created, use the request methods described in \"Shipment\nupdate\" and \"Cancellation update\" under \"Orders\" above to mark an order as \"shipped\" and to give it\ntrack & trace information or to mark the order as \"cancelled\".\n\n\n### Offers\n\nTo test sending offer updates, that is updating the stock value on all marketplaces that you have\nan order connection to, you can use the request methods described in \"Offers\" above. You do not need\nto have created a test order to test this as you can update the stock value of any product in your\nstore, also products that you have not received an order for through Channable.\n\n\n### Returns\n\nReturns come from the marketplaces you will connect to. In order to test this, navigate to\n\"Setup\" -> \"Setup orders\" -> \"Settings\" of the Channable Sandbox order connection. \n\n<img src='https://lh3.googleusercontent.com/d/11wBOEB55t6_Y934xM3N50JtOmSbJfxGW=w1000' />\n\nFrom here click on the gear in the top right and \"Send test return\".\n\n<img src='https://lh3.googleusercontent.com/d/1Xdbdn329jneJqwiqxMPXV4d_nFrAyb1H=w1000' />\n\nIn the popup fill in a Channable order id and click the blue \"Send test return\" button. A test\nreturn has now been created for the order id you filled in. You can now use all request methods\ndescribed in \"Returns\" to handle the return.\n\n\n### When you are done testing\n\nOnce you are satisfied with your Channable API setup and want to go live, contact our\n<a target=\"\\\\_blank\" href=\"https://www.channable.com/company/contact/\">support department</a>\nand they will help you setup the order connections.\n"
version: v1
x-logo:
url: https://www.channable.com/_next/image?url=https%3A%2F%2Fmedia.graphassets.com%2FcntRnbAcSrCmS1wLTWrb&w=256&q=75
tags:
- name: stock_updates
paths:
/v1/companies/{company_id}/projects/{project_id}/offers:
get:
tags:
- stock_updates
summary: Get Stock Updates
description: "This endpoint retrieves all offers for a given project of your company, sorted from most recent\nto oldest. Offers are the product updates that you posted.\n\nThese are found under \"Orders\" > \"Product updates\" in the Channable tool.\nOptionally, you can pass query parameters to customize the query and response content.\n\n\n**Example usage**\n\nSuppose the following scenario for a given project of yours:\n - The project contains the offers `o1`, `o2`, `o3`, and `o4` (from oldest to most recent)\n - `o1` and `o4` are searchable by the term `t`\n - `o3` is searchable by the term `tE`\n\n\n| Request parameters | Response\n| ------------- | -----------\n| _none_ | `{\"offers\": [o4, o3, o2, o1], \"total\": 4}`\n| `?limit=2` | `{\"offers\": [o4, o3], \"total\": 2}`\n| `?offset=4` | `{\"offers\": [], \"total\": 0}`\n| `?offset=1` | `{\"offers\": [o3, o2, o1], \"total\": 3}`\n| `?offset=1&limit=1` | `{\"offers\": [o3], \"total\": 1}`\n| `?offset=1&limit=2` | `{\"offers\": [o3, o2], \"total\": 2}`\n| `?search=t` | `{\"offers\": [o4, o1], \"total\": 2}`\n| `?search=tE` | `{\"offers\": [o3], \"total\": 1}`\n| `?start_date=2018-01-01` | `{\"offers\": [o4, o3, o2], \"total\": 3}`\n| `?start_date=2018-01-01&end_date=2018-02-28` | `{\"offers\": [o3, o2], \"total\": 2}`\n| `?last_modified_after=2018-02-29` | `{\"offers\": [o4], \"total\": 1}`"
operationId: get_stock_updates_companies__company_id__projects__project_id__offers_get
parameters:
- name: company_id
in: path
required: true
schema:
type: integer
title: Company Id
- name: project_id
in: path
required: true
schema:
type: integer
title: Project Id
- name: search
in: query
required: false
schema:
anyOf:
- type: string
minLength: 1
- type: 'null'
description: Any text based search query
title: Search
description: Any text based search query
- name: start_date
in: query
required: false
schema:
anyOf:
- type: string
format: date
- type: string
format: date-time
- type: 'null'
title: Start Date
- name: end_date
in: query
required: false
schema:
anyOf:
- type: string
format: date
- type: string
format: date-time
- type: 'null'
title: End Date
- name: last_modified_after
in: query
required: false
schema:
anyOf:
- type: string
format: date
- type: string
format: date-time
- type: 'null'
title: Last Modified After
- name: last_modified_before
in: query
required: false
schema:
anyOf:
- type: string
format: date
- type: string
format: date-time
- type: 'null'
title: Last Modified Before
- name: limit
in: query
required: false
schema:
type: integer
maximum: 100
minimum: 1
description: Max number of results in a single page.
default: 100
title: Limit
description: Max number of results in a single page.
- name: offset
in: query
required: false
schema:
type: integer
minimum: 0
description: Filter results starting from this offset.
default: 0
title: Offset
description: Filter results starting from this offset.
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/RecentOffers'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
post:
tags:
- stock_updates
summary: Stock Updates Update (Deprecated)
description: Use [/stock_updates](https://api.channable.com/v1/docs#tag/stock_updates/operation/stock_updates_update_companies__company_id__projects__project_id__stock_updates_post) instead
operationId: Stock_Updates_Update__deprecated__companies__company_id__projects__project_id__offers_post
deprecated: true
parameters:
- name: company_id
in: path
required: true
schema:
type: integer
title: Company Id
- name: project_id
in: path
required: true
schema:
type: integer
title: Project Id
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableStockUpdatePayload'
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/StockUpdateResponse'
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Accepted
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Bad Request
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Unauthorized
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
/v1/companies/{company_id}/projects/{project_id}/stock_updates:
post:
tags:
- stock_updates
summary: Stock Updates Update
description: 'This endpoint allows you to update the offers'' stock of a selected project.
We will then propagate the update to all the marketplaces of the targeted project.'
operationId: stock_updates_update_companies__company_id__projects__project_id__stock_updates_post
parameters:
- name: company_id
in: path
required: true
schema:
type: integer
title: Company Id
- name: project_id
in: path
required: true
schema:
type: integer
title: Project Id
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableStockUpdatePayload'
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/StockUpdateResponse'
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Accepted
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Bad Request
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Unauthorized
'413':
content:
application/json:
schema:
$ref: '#/components/schemas/ChannableErrorResponse'
description: Content Too Large
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
components:
schemas:
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
type: array
title: Location
msg:
type: string
title: Message
type:
type: string
title: Error Type
input:
title: Input
ctx:
type: object
title: Context
type: object
required:
- loc
- msg
- type
title: ValidationError
ChannableApiStockUpdate:
properties:
id:
type: string
title: Id
title:
anyOf:
- type: string
- type: 'null'
title: Title
stock:
type: integer
title: Stock
description: Whole new stock value for the item, not a delta
gtin:
anyOf:
- type: string
- type: 'null'
title: Gtin
type: object
required:
- id
- stock
title: ChannableApiStockUpdate
description: '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
is just for display in the frontend.'
ChannableErrorResponse:
properties:
status:
type: string
const: error
title: Status
default: error
message:
type: string
title: Message
description: A description about the given error
type: object
required:
- message
title: ChannableErrorResponse
description: The standard Channable error response
StockUpdateResponse:
properties:
status:
$ref: '#/components/schemas/ResponseModelStatus'
title: Response Status
message:
type: string
title: Message
content:
items:
$ref: '#/components/schemas/ResponseModel'
type: array
title: Upstream Responses
type: object
required:
- status
- message
- content
title: StockUpdateResponse
ResponseModel:
properties:
status:
$ref: '#/components/schemas/ResponseModelStatus'
title: Response Status
message:
type: string
title: Message
response:
type: string
title: Response
default: ''
id:
anyOf:
- type: string
- type: 'null'
title: Id
data:
anyOf:
- additionalProperties: true
type: object
- type: 'null'
title: Data
description: Data relevant to the specific response. This may vary by endpoint
type: object
required:
- status
- message
title: ResponseModel
description: A container for response model.
ChannableStockUpdatePayload:
items:
$ref: '#/components/schemas/ChannableApiStockUpdate'
type: array
maxItems: 50
title: ChannableStockUpdatePayload
example:
- gtin: 123-456
id: '123'
stock: 1
title: Some offer
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError
ResponseModelStatus:
type: string
enum:
- success
- error
- warning
- debug
title: ResponseModelStatus
RecentOffers:
properties:
total:
type: integer
title: Total
offers:
items:
$ref: '#/components/schemas/EfferentOffer'
type: array
title: Offers
type: object
required:
- total
- offers
title: RecentOffers
example:
offers:
- client_id: '2026523'
created: '2022-04-19T07:18:44.436934+00:00'
gtin: '1234567890123'
id: 2251
modified: '2022-04-19T07:18:44.436934+00:00'
price: 10.5
project_id: -1
stock: 0
stock_tracking: true
title: test title
total: 1
EfferentOffer:
properties:
id:
anyOf:
- type: integer
- type: 'null'
title: Id
project_id:
type: integer
title: Project Id
client_id:
type: string
title: Client Id
gtin:
anyOf:
- type: string
- type: 'null'
title: Gtin
stock:
anyOf:
- type: integer
- type: 'null'
title: Stock
stock_tracking:
type: boolean
title: Stock Tracking
availability:
anyOf:
- type: boolean
- type: 'null'
title: Availability
title:
anyOf:
- type: string
- type: 'null'
title: Title
price:
anyOf:
- type: string
pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
- type: 'null'
title: Price
created:
type: string
format: date-time
title: Created
modified:
type: string
format: date-time
title: Modified
type: object
required:
- project_id
- client_id
- stock_tracking
- created
- modified
title: EfferentOffer