Body
Required
-
Channel
-
Clone order notifications
Default value is
false
. -
Connected at
-
Enabled
Default value is
true
. -
Fulfillment endpoint
-
Google feed location
-
Inventory endpoint
-
Inventory endpoint price
-
Name
-
Post to channel endpoint
-
Price endpoint
-
Price endpoint inventory
-
Price list endpoint
-
Products feed format
Values are
custom
,dreamingCode
, orwebhook
. Default value iscustom
. -
In Real-Time Mode (sync), your integrations will expect immediate responses with necessary identifiers for variant publications, ensuring swift acknowledgment and enabling instant updates. Choose Deferred Mode (async) to allow variants to remain in an acknowledging state until manually acknowledged, delaying updates and providing flexibility for asynchronous workflows.
Values are
sync
orasync
. Default value issync
. -
Publishing endpoint
-
Resource location
-
Sales feed format
Values are
custom
,shipStation
, orwebhook
. Default value iscustom
. -
Aa custom hash value to include in the outbound webhook requests. This value will be included in the "onport-hash" or "jetti-hash" header
curl \
--request POST 'http://api.example.com/v1/custom-channels.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"channelId":42,"cloneOrderNotifications":false,"connectedAt":"2025-05-04T09:42:00Z","enabled":true,"fulfillmentEndpoint":"string","googleFeedLocation":"string","inventoryEndpoint":"string","inventoryEndpointPrice":true,"name":"string","postToChannelEndpoint":"string","priceEndpoint":"string","priceEndpointInventory":true,"priceListEndpoint":"string","productsFeedFormat":"custom","publishingAcknowledgement":"sync","publishingEndpoint":"string","resourceLocation":"string","salesFeedFormat":"custom","webhookHash":"string"}'
{
"channelId": 42,
"cloneOrderNotifications": false,
"connectedAt": "2025-05-04T09:42:00Z",
"enabled": true,
"fulfillmentEndpoint": "string",
"googleFeedLocation": "string",
"inventoryEndpoint": "string",
"inventoryEndpointPrice": true,
"name": "string",
"postToChannelEndpoint": "string",
"priceEndpoint": "string",
"priceEndpointInventory": true,
"priceListEndpoint": "string",
"productsFeedFormat": "custom",
"publishingAcknowledgement": "sync",
"publishingEndpoint": "string",
"resourceLocation": "string",
"salesFeedFormat": "custom",
"webhookHash": "string"
}
{
"channelId": 42,
"cloneOrderNotifications": false,
"connectedAt": "2025-05-04T09:42:00Z",
"createdAt": "2025-05-04T09:42:00Z",
"enabled": true,
"fulfillmentEndpoint": "string",
"googleFeedLocation": "string",
"id": 42,
"inventoryEndpoint": "string",
"inventoryEndpointPrice": true,
"name": "string",
"postToChannelEndpoint": "string",
"priceEndpoint": "string",
"priceEndpointInventory": true,
"priceListEndpoint": "string",
"productsFeedFormat": "custom",
"publishingAcknowledgement": "sync",
"publishingEndpoint": "string",
"resourceLocation": "string",
"salesFeedFormat": "custom",
"updatedAt": "2025-05-04T09:42:00Z",
"webhookHash": "string"
}