cURL
curl --request GET \ --url https://api.example.com/vendor/sales-channels \ --header 'Authorization: Bearer <token>'
{ "sales_channels": [ { "id": "<string>", "name": "<string>", "description": "<string>", "is_disabled": true, "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" } ], "count": 123, "offset": 123, "limit": 123 }
Retrieves a list of Sales Channels for authenticated vendor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The total number of items available
The number of items skipped before these items
The number of items per page