SalesChannelExtraProductPrices

Retrieve Extra Product Price

get

Retrieves a specific extra product price by its ID.

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Query parameters
hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
200
Extra Product Price retrieved successfully.
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "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-27T10:06:56.438Z",
  "modified_date": "2025-06-27T10:06:56.438Z"
}

Retrieve Extra Product Price with Details

get

Retrieves a specific extra product price by its ID with detailed information.

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Query parameters
hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
200
Extra Product Price with details retrieved successfully.
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "product": 1,
  "price_list": 1,
  "id": 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-27T10:06:56.438Z",
  "modified_date": "2025-06-27T10:06:56.438Z"
}

List Extra Product Prices

get

Retrieve a list of extra product prices with optional filters

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
hyperbooleanOptional

Activate id to hyperlink the response data.

is_activebooleanOptional

Filter by active status (True or False)

modified_datestring · date-timeOptional

Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: modified_date__lt=2024-01-01T00:00:00Z
created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
currency_typestring · enumOptional

Currency type for the price list.

Example: tryPossible values:
tax_ratenumber · decimalOptional

Filter by Tax Rate.

Example: 18
pricenumber · decimalOptional

Filter by the product price.

Example: 120
retail_pricenumber · decimalOptional

Filter by Retail Price.

Example: 100
price_listinteger · int64Optional

Filter by Price List ID.

Example: 2
extra_field__some_keystringOptional

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

Example: extra_field__some_key=some_value
pk__ininteger[]Optional

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

productinteger · int64Optional

Filter by Product ID.

Example: 123
product__attributes__some_keystringOptional

Filter by a specific key in the 'attributes' JSON object of the product.

Example: product__attributes__color=red
product__localized_attributes__some_keystringOptional

Filter by a specific key in the 'localized_attributes' JSON object of the product.

Example: product__localized_attributes__color=red
product__sku__exactstringOptional

Filter by exact SKU.

Example: SKU123
product__sku__instring[]Optional

Filter by multiple SKUs (comma-separated).

product__sku_exclude__exactstringOptional

Exclude exact SKU.

Example: SKU789
product__sku_exclude__instring[]Optional

Exclude multiple SKUs (comma-separated).

product__base_code_exclude__instring[]Optional

Exclude multiple base codes (comma-separated).

product__base_code__exactstringOptional

Filter by exact base code.

product__base_code__iexactstringOptional

Filter by base code (case-insensitive).

product__base_code_exclude__exactstringOptional

Exclude exact base code.

product__base_code_exclude__iexactstringOptional

Exclude base code (case-insensitive).

product__pk__ininteger[]Optional

Filter by multiple primary keys (comma-separated).

product__attributesstringOptional

Filter by attributes in JSON format.

Example: attributes__color=red
product__attributes_excludestringOptional

Exclude attributes in JSON format.

Example: attributes_exclude__size=small
product__attributes_kwargsstringOptional

Filter by attributes using additional keyword arguments.

Example: attributes_kwargs__color=blue
product__localized_attributesstringOptional

Filter by localized attributes in JSON format.

Example: localized_attributes__locale=en-US
product__localized_attributes_kwargsstringOptional

Filter by localized attributes with additional keywords.

Example: localized_attributes_kwargs__locale=en-GB
product__extra_attributesstringOptional

Filter by extra attributes.

Example: extra_attributes__color=red
product__product_typearray · enumOptional

Filter by product type.

Possible values:
product__product_type_excludearray · enumOptional

Exclude product types.

Possible values:
product__attribute_setinteger[]Optional

Filter by attribute sets.

product__attribute_set_excludeinteger[]Optional

Exclude specific attribute sets.

product__parentintegerOptional

Filter by parent product ID.

product__offer_parentintegerOptional

Filter by parent products with a 'simple' product type.

product__group_parent_setinteger[]Optional

Filter by parent products with a 'grouped' product type.

product__group_productsinteger[]Optional

Filter by grouped products.

product__parent__isnullbooleanOptional

Filter by whether parent is null (True or False).

product__catalogiteminteger[]Optional

Filter by catalog items.

product__listable_products_onlybooleanOptional

Filter by listable products only (True or False).

product__productimage__isnullbooleanOptional

Filter by whether the product has associated images.

product__productvideo__isnullbooleanOptional

Filter by whether the product has associated videos.

product__downloadableimage__isnullbooleanOptional

Filter by whether the product has downloadable images.

product__stock_list_not_containsstringOptional

Exclude products in specific stock lists.

product__price_list_not_containsstringOptional

Exclude products in specific price lists.

product__productization_datestringOptional

Filter by productization date with lookup expressions (e.g., gte, lte).

Example: productization_date__gte=2024-01-01
product__attribute_set__isnullbooleanOptional

Filter by whether attribute set is null.

product__exclude_bundle_chapter_productsintegerOptional

Exclude products associated with specific bundle chapters.

product__discountedbooleanOptional

Filter by discounted products.

product__data_sourceinteger[]Optional

Filter by data source IDs.

product__data_source_excludeinteger[]Optional

Exclude specific data sources.

product__data_source__isnullbooleanOptional

Filter by whether data source is null.

product__exclude_passive_distributed_productsbooleanOptional

Exclude passive distributed products.

product__custom_attribute_setinteger[]Optional

Filter by custom attribute set IDs.

product__brandintegerOptional

Filter by brand ID.

product__erp_categoriesintegerOptional

Filter by ERP category ID.

channelintegerOptional

Filter by channel ID.

channel_idintegerOptional

Filter by exact channel ID.

channel_namestringOptional

Filter by channel name (case-insensitive).

content_type_namestringOptional

Filter by content type model name.

version_datestring · date-timeOptional

Filter by version date using various lookup expressions.

Example: integration__version_date__gt=2024-01-01T00:00:00Z
remote_id__instring[]Optional

Filter by multiple remote IDs.

remote_id__exactstringOptional

Filter by exact remote ID.

object_id__ininteger[]Optional

Filter by multiple object IDs.

statestring · jsonOptional

Filter by state using JSON-based filtering.

Example: integration__state__status="ready"
local_batch_id__exactstringOptional

Filter by exact local batch ID.

Responses
200
List of Product Prices
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "count": 1,
  "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-27T10:06:56.438Z",
      "modified_date": "2025-06-27T10:06:56.438Z"
    }
  ]
}

List Extra Product Prices with Details

get

Retrieve a detailed list of extra product prices with optional filters

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
hyperbooleanOptional

Activate id to hyperlink the response data.

Responses
200
List of extra product price with details
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "count": 1,
  "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-27T10:06:56.438Z",
      "modified_date": "2025-06-27T10:06:56.438Z"
    }
  ]
}

List Extra Product Prices for Inserts

get

Retrieve a list of extra product prices for inserts

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
List of Extra Product Prices for Inserts
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/inserts/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "count": 1,
  "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-27T10:06:56.438Z",
      "modified_date": "2025-06-27T10:06:56.438Z"
    }
  ]
}

List Extra Product Prices for Updates

get

Retrieve a list of extra product prices for updates

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
List of Extra Product Prices for Updates
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "count": 1,
  "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-27T10:06:56.438Z",
      "modified_date": "2025-06-27T10:06:56.438Z"
    }
  ]
}

List Extra Product Prices for Inserts or Updates

get

Retrieve a list of extra product prices for inserts or updates

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Responses
200
List of Extra Product Prices for Inserts or Updates
application/json
get
GET /api/v1/channel/{channel_id}/extra_product_prices/inserts_or_updates/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "count": 1,
  "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-27T10:06:56.438Z",
      "modified_date": "2025-06-27T10:06:56.438Z"
    }
  ]
}

Was this helpful?