PUT /custom-channels/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
Body Required
-
channelId integer(int32) | null
Channel
-
Clone order notifications
Default value is
false
. -
connectedAt string(date-time) | null
Connected at
-
createdAt string(date-time)
Created at
-
Enabled
Default value is
true
. -
fulfillmentEndpoint string | null
Fulfillment endpoint
-
googleFeedLocation string | null
Google feed location
-
id integer(int32)
Id
-
inventoryEndpoint string | null
Inventory endpoint
-
inventoryEndpointPrice boolean | null
Inventory endpoint price
-
Name
-
postToChannelEndpoint string | null
Post to channel endpoint
-
priceEndpoint string | null
Price endpoint
-
priceEndpointInventory boolean | null
Price endpoint inventory
-
priceListEndpoint string | null
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
. -
publishingEndpoint string | null
Publishing endpoint
-
resourceLocation string | null
Resource location
-
Sales feed format
Values are
custom
,shipStation
, orwebhook
. Default value iscustom
. -
updatedAt string(date-time)
Updated at
-
webhookHash string | null
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 \
-X PUT http://api.example.com/v1/custom-channels/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"channelId":42,"cloneOrderNotifications":false,"connectedAt":"2024-05-04T09:42:00+00:00","createdAt":"2024-05-04T09:42:00+00:00","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":"2024-05-04T09:42:00+00:00","webhookHash":"string"}'
{
"channelId": 42,
"cloneOrderNotifications": false,
"connectedAt": "2024-05-04T09:42:00+00:00",
"createdAt": "2024-05-04T09:42:00+00:00",
"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": "2024-05-04T09:42:00+00:00",
"webhookHash": "string"
}