Skip to content

Sales channel detail by ID

Request

Information about the detail of the sales channels. Module Sales Channel is required.

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
idstringrequired

Sales channel ID

Example:2
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X GET \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/sales-channels/id/2 \
  -H 'Content-Type: application/json' \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": { "salesChannel": {}, "onlineStore": {}, "inStore": {}, "marketplace": {} }, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }