List Sales Channels
GET
/admin/sales-channels
Sales Channels
q
or name
. The sales channels can also be sorted or paginated.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.medusa-commerce.com/admin/sales-channels'
Response Response Example
200 - Example 1
{
"count": 0,
"offset": 0,
"limit": 0,
"sales_channels": [
{
"id": "sc_01G8X9A7ESKAJXG2H0E6F1MW7A",
"name": "Market",
"description": "Multi-vendor market",
"is_disabled": false,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"metadata": {
"car": "white"
},
"locations": [
{
"id": "scloc_01G8X9A7ESKAJXG2H0E6F1MW7A",
"sales_channel_id": "sc_01G8X9A7ESKAJXG2H0E6F1MW7A",
"location_id": "string",
"sales_channel": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z"
}
]
}
]
}
Request
Query Params
id
string
optional
name
string
optional
description
string
optional
q
string
optional
order
string
optional
lt
array[string]
optional
Example:
["","",""]
gt
array[string]
optional
Example:
["","",""]
lte
array[string]
optional
Example:
["","",""]
gte
array[string]
optional
Example:
["","",""]
offset
integer
optional
limit
integer
optional
expand
string
optional
fields
string
optional
Responses
Modified at 2023-10-10 11:56:36