SalesChannelProductPrice

Retrieves all of inserted product prices from related channel

get

Retrieves all of inserted product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
200
OK
application/json
get
GET /api/v1/channel/{channel_id}/product_prices/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
200

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 from related channel

get

Retrieves all of inserted product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
200
OK
application/json
get
GET /api/v1/channel/{channel_id}/product_prices/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
200

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"
  }
]

List all of product prices from related channel

get

Lists all of product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
product__attributesstringOptional

Filter by attributes in JSON format.

Example: attributes__color=red
product__localized_attributesstringOptional

Filter by localized attributes in JSON format.

Example: localized_attributes__locale=en-US
extra_field__some_keystringOptional

Filter by a specific key in the 'extra_field' JSON object.

Example: extra_field__some_key=some_value
productinteger · int64Optional

Filter by Product ID.

Example: 123
integration_actionintegerOptional

Filter by integration action id

Example: 0
currency_typestring · enumOptional

Currency type for the price list.

Example: tryPossible values:
pricestringOptional

Filter by product price's price

Example: 10.00
tax_ratestringOptional

Filter by product price's tax_rate

Example: 10.00
retail_pricestringOptional

Filter by product price's retail price

Example: 10.00
price_liststringOptional

Exact products in specific price lists.

pk__ininteger[]Optional

Filter by multiple primary key values (comma-separated list of integers)

hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
200
OK
application/json
get
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"
    }
  ]
}

List all of product prices from related channel

get

Lists all of product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
product__attributesstringOptional

Filter by attributes in JSON format.

Example: attributes__color=red
product__localized_attributesstringOptional

Filter by localized attributes in JSON format.

Example: localized_attributes__locale=en-US
extra_field__some_keystringOptional

Filter by a specific key in the 'extra_field' JSON object.

Example: extra_field__some_key=some_value
productinteger · int64Optional

Filter by Product ID.

Example: 123
integration_actionintegerOptional

Filter by integration action id

Example: 0
currency_typestring · enumOptional

Currency type for the price list.

Example: tryPossible values:
pricestringOptional

Filter by product price's price

Example: 10.00
tax_ratestringOptional

Filter by product price's tax_rate

Example: 10.00
retail_pricestringOptional

Filter by product price's retail price

Example: 10.00
price_liststringOptional

Exact products in specific price lists.

pk__ininteger[]Optional

Filter by multiple primary key values (comma-separated list of integers)

hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
200
OK
application/json
get
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"
    }
  ]
}

List all of inserted product prices from related channel

get

Lists all of inserted product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
OK
application/json
get
GET /api/v1/channel/{channel_id}/product_prices/inserts/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
200

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"
  }
]

List all of updated product prices from related channel

get

Lists all of updated product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
OK
application/json
get
GET /api/v1/channel/{channel_id}/product_prices/updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
200

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"
  }
]

List all of inserted or updated product prices from related channel

get

Lists all of inserted or updated product prices data from related channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
OK
application/json
get
GET /api/v1/channel/{channel_id}/product_prices/inserts_or_updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
200

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?