SalesChannelProductPrice
Retrieves all of inserted product prices data from related channel
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/product_prices/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
Retrieves all of inserted product prices data from related channel
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/product_prices/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
Lists all of product prices data from related channel
The channel ID of the resource.
5
Filter by attributes in JSON format.
attributes__color=red
Filter by localized attributes in JSON format.
localized_attributes__locale=en-US
Filter by a specific key in the 'extra_field' JSON object.
extra_field__some_key=some_value
Filter by Product ID.
123
Filter by integration action id
0
Currency type for the price list.
try
Possible values: Filter by product price's price
10.00
Filter by product price's tax_rate
10.00
Filter by product price's retail price
10.00
Exact products in specific price lists.
Filter by multiple primary key values (comma-separated list of integers)
Activate id to hyperlink the response data.
GET /api/v1/channel/{channel_id}/product_prices/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
}
Lists all of product prices data from related channel
The channel ID of the resource.
5
Filter by attributes in JSON format.
attributes__color=red
Filter by localized attributes in JSON format.
localized_attributes__locale=en-US
Filter by a specific key in the 'extra_field' JSON object.
extra_field__some_key=some_value
Filter by Product ID.
123
Filter by integration action id
0
Currency type for the price list.
try
Possible values: Filter by product price's price
10.00
Filter by product price's tax_rate
10.00
Filter by product price's retail price
10.00
Exact products in specific price lists.
Filter by multiple primary key values (comma-separated list of integers)
Activate id to hyperlink the response data.
GET /api/v1/channel/{channel_id}/product_prices/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
}
Lists all of inserted product prices data from related channel
The channel ID of the resource.
5
GET /api/v1/channel/{channel_id}/product_prices/inserts/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
Lists all of updated product prices data from related channel
The channel ID of the resource.
5
GET /api/v1/channel/{channel_id}/product_prices/updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
Lists all of inserted or updated product prices data from related channel
The channel ID of the resource.
5
GET /api/v1/channel/{channel_id}/product_prices/inserts_or_updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
[
{
"id": 1,
"product": 1,
"price_list": 1,
"retail_price": 100,
"tax_rate": 18,
"currency_type": "try",
"price": 120,
"price_type": "default",
"discount_percentage": 10,
"modifier_collection": 1,
"adjusted_price": 108,
"extra_field": {
"custom_field": "example_value"
},
"created_date": "2025-06-27T09:42:14.349Z",
"modified_date": "2025-06-27T09:42:14.349Z"
}
]
Was this helpful?