SalesChannelRetailStore
Remove one or more districts from the specified retail store.
The channel ID of the resource.
5
Unique identifier of the resource
1
Activate id to hyperlink the response data.
A request to add or remove districts from a retail store.
POST /api/v1/channel/{channel_id}/retail_stores/{id}/remove_districts/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"districts": [
1
]
}
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Retrieve detailed information about a specific retail store.
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/retail_stores/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Fully update the details of a specific retail store associated with a sales channel.
The channel ID of the resource.
5
Unique identifier of the resource
1
Unique identifier for the retail store.
1
Human-readable name of the store.
Downtown Flagship Store
ID of the township where the store is located.
12
ID of the district associated with the store (optional).
3
Full address of the store.
500 Market St, San Francisco, CA 94103
Phone number for the store.
+1-234-567-890
Fax number of the store, if applicable.
+1-234-567-890
URL to the store’s image.
https://cdn.example.com/stores/1.jpg
Latitude of the store.
41.0202767
Longitude of the store.
28.8888964
Whether the store is currently active and visible in the system.
true
Whether click-and-collect is available at this store.
true
Whether kapıda is enabled.
false
Whether the store supports fast delivery options.
true
ID of the store type, used to categorize store behavior.
2
ID of the main store group the store belongs to.
4
Display order or priority for UI sorting.
10
Indicates if product returns are accepted at this store.
true
List of channel IDs this store is configured for.
[1,2,5]
PUT /api/v1/channel/{channel_id}/retail_stores/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 649
{
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
]
}
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Partially update the details of a specific retail store associated with a sales channel.
The channel ID of the resource.
5
Unique identifier of the resource
1
Unique identifier for the retail store.
1
Human-readable name of the store.
Downtown Flagship Store
ID of the township where the store is located.
12
ID of the district associated with the store (optional).
3
Full address of the store.
500 Market St, San Francisco, CA 94103
Phone number for the store.
+1-234-567-890
Fax number of the store, if applicable.
+1-234-567-890
URL to the store’s image.
https://cdn.example.com/stores/1.jpg
Latitude of the store.
41.0202767
Longitude of the store.
28.8888964
Whether the store is currently active and visible in the system.
true
Whether click-and-collect is available at this store.
true
Whether kapıda is enabled.
false
Whether the store supports fast delivery options.
true
ID of the store type, used to categorize store behavior.
2
ID of the main store group the store belongs to.
4
Display order or priority for UI sorting.
10
Indicates if product returns are accepted at this store.
true
List of channel IDs this store is configured for.
[1,2,5]
PATCH /api/v1/channel/{channel_id}/retail_stores/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 649
{
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
]
}
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Retrieve detailed information about a specific retail store.
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/retail_stores/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"township": {
"city": 1,
"pk": 1,
"name": "Esenler",
"is_active": true,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-06-27T09:38:46.037Z",
"modified_date": "2025-06-27T09:38:46.037Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-06-27T09:38:46.037Z",
"modified_date": "2025-06-27T09:38:46.037Z"
},
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Adds all retail stores to a group asynchronously.
The channel ID of the resource.
5
Unique identifier of the resource
1
Filter by click-and-collect availability.
true
Filter by ERP code (contains)
ERPCODE123
Filter by exact ERP code (case-insensitive)
ERPCODE123
Filter by multiple ERP codes (comma-separated list)
Filter by Township ID
Filter by County ID
Filter by City ID
Filters by name
Filter by kapıda enabled status.
true
Filter by fast delivery availability.
true
Filter by integration mapping object's integration type
Exclude the specified store and all stores related to it.
101
Exclude the specified store and all stores for which it is a related store.
101
Filter by store group ID.
1
POST /api/v1/channel/{channel_id}/retail_stores/bulk_add_store_group/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"cache_key": "text"
}
Deactivate a specific retail store associated with a sales channel.
The channel ID of the resource.
5
Unique identifier of the resource
1
DELETE /api/v1/channel/{channel_id}/retail_stores/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Add one or more districts to the specified retail store.
The channel ID of the resource.
5
Unique identifier of the resource
1
Activate id to hyperlink the response data.
A request to add or remove districts from a retail store.
POST /api/v1/channel/{channel_id}/retails_stores/{id}/add_districts/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"districts": [
1
]
}
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Returns a list of all retail stores.
The channel ID of the resource.
5
Filter by click-and-collect availability.
true
Filter by ERP code (contains)
ERPCODE123
Filter by exact ERP code (case-insensitive)
ERPCODE123
Filter by multiple ERP codes (comma-separated list)
Filter by Township ID
Filter by County ID
Filter by City ID
Filters by name
Filter by kapıda enabled status.
true
Filter by fast delivery availability.
true
Filter by integration mapping object's integration type
Exclude the specified store and all stores related to it.
101
Exclude the specified store and all stores for which it is a related store.
101
Activate id to hyperlink the response data.
GET /api/v1/channel/{channel_id}/retail_stores/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "text",
"previous": "text",
"results": []
}
Create a new retail store associated with a specific sales channel.
The channel ID of the resource.
5
Unique identifier for the retail store.
1
Human-readable name of the store.
Downtown Flagship Store
ID of the township where the store is located.
12
ID of the district associated with the store (optional).
3
Full address of the store.
500 Market St, San Francisco, CA 94103
Phone number for the store.
+1-234-567-890
Fax number of the store, if applicable.
+1-234-567-890
URL to the store’s image.
https://cdn.example.com/stores/1.jpg
Latitude of the store.
41.0202767
Longitude of the store.
28.8888964
Whether the store is currently active and visible in the system.
true
Whether click-and-collect is available at this store.
true
Whether kapıda is enabled.
false
Whether the store supports fast delivery options.
true
ID of the store type, used to categorize store behavior.
2
ID of the main store group the store belongs to.
4
Display order or priority for UI sorting.
10
Indicates if product returns are accepted at this store.
true
List of channel IDs this store is configured for.
[1,2,5]
POST /api/v1/channel/{channel_id}/retail_stores/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 649
{
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
]
}
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Returns a list of all retail stores with detailed information.
The channel ID of the resource.
5
Filter by click-and-collect availability.
true
Filter by ERP code (contains)
ERPCODE123
Filter by exact ERP code (case-insensitive)
ERPCODE123
Filter by multiple ERP codes (comma-separated list)
Filter by Township ID
Filter by County ID
Filter by City ID
Filters by name
Filter by kapıda enabled status.
true
Filter by fast delivery availability.
true
Filter by integration mapping object's integration type
Activate id to hyperlink the response data.
GET /api/v1/channel/{channel_id}/retail_stores/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "text",
"previous": "text",
"results": [
{
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
Removes all retail stores from a group asynchronously.
The channel ID of the resource.
5
Unique identifier of the resource
1
Filter by click-and-collect availability.
true
Filter by ERP code (contains)
ERPCODE123
Filter by exact ERP code (case-insensitive)
ERPCODE123
Filter by multiple ERP codes (comma-separated list)
Filter by Township ID
Filter by County ID
Filter by City ID
Filters by name
Filter by kapıda enabled status.
true
Filter by fast delivery availability.
true
Filter by integration mapping object's integration type
Exclude the specified store and all stores related to it.
101
Filter by store group ID.
1
POST /api/v1/channel/{channel_id}/retail_stores/bulk_remove_store_group/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"cache_key": "text"
}
Was this helpful?