Models
The Channel account object
Every field of the Channel account object — types, required flags and validation rules.
The Channel account object
| Field | Type | Description |
|---|---|---|
id | string | Opaque and stable — survives nothing; if the account is disconnected and another is connected, that is a NEW id. e.g. chac_66a1f09b2 |
object | string | always channel_account |
channel | string | Base channel (e.g. ebay, shopify, etsy). New channels appear over time. e.g. ebay |
label | string | Display name of the channel. e.g. eBay |
shop_name | string · nullable | The seller's account/shop name on the channel. e.g. carboagez |
status | string | one of: connected, error, disconnected |
sync | object | The seller's per-channel sync switches (read-only). null means "not set" — the channel's own default applies. See the guide "Edit a product — what actually reaches the channels". |
sync.product_edits | boolean · nullable | When false, Nembol pushes only quantity to this channel (content and price stay channel-side). |
sync.quantity_from_orders | boolean · nullable | Sales on this channel adjust stock everywhere. |
sync.quantity_from_channel_edits | boolean · nullable | Channel-side quantity edits flow into Nembol. |
sync.content_from_channel_edits | boolean · nullable | This channel is the content leader — its edits overwrite Nembol content (at most one channel per store). |
pricing | object | Read-only per-channel price rule applied when Nembol pushes prices. |
pricing.mode | string | one of: off, percentage, absolute |
pricing.value | number · nullable | The adjustment; null when mode is off. |
inventory | object | Read-only per-channel stock buffer. When control is true, the channel shows the product in stock only while quantity is at or above threshold — sellers use it to keep buffer stock. |
inventory.control | boolean · nullable | |
inventory.threshold | number · nullable | |
discovery | object | Which discovery endpoints this channel supports. |
discovery.categories | boolean | |
discovery.attribute_schema | boolean | |
discovery.policies | boolean |
Last updated on July 30, 2026
Need help?
The API is in private beta — email us and a human replies, usually within one business day.