POST /custom-channels.json

POST /custom-channels.json
application/json

Body Required

Responses

POST /custom-channels.json
curl \
 -X POST http://api.example.com/v1/custom-channels.json \
 -H "Content-Type: application/json" \
 -d '{"channelId":42,"connectedAt":"2023-05-04T09:42:00+00:00","fulfillmentEndpoint":"string","googleFeedLocation":"string","inventoryEndpoint":"string","name":"string","postToChannelEndpoint":"string","priceEndpoint":"string","productsFeedFormat":"custom","publishingEndpoint":"string","resourceLocation":"string","salesFeedFormat":"custom"}'
Request example
{
  "channelId": 42,
  "connectedAt": "2023-05-04T09:42:00+00:00",
  "fulfillmentEndpoint": "string",
  "googleFeedLocation": "string",
  "inventoryEndpoint": "string",
  "name": "string",
  "postToChannelEndpoint": "string",
  "priceEndpoint": "string",
  "productsFeedFormat": "custom",
  "publishingEndpoint": "string",
  "resourceLocation": "string",
  "salesFeedFormat": "custom"
}
Response examples (200)
{
  "channelId": 42,
  "connectedAt": "2023-05-04T09:42:00+00:00",
  "createdAt": "2023-05-04T09:42:00+00:00",
  "fulfillmentEndpoint": "string",
  "googleFeedLocation": "string",
  "id": 42,
  "inventoryEndpoint": "string",
  "name": "string",
  "postToChannelEndpoint": "string",
  "priceEndpoint": "string",
  "productsFeedFormat": "custom",
  "publishingEndpoint": "string",
  "resourceLocation": "string",
  "salesFeedFormat": "custom",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}