ProductPrices
Was this helpful?
Was this helpful?
Retrieve the fields of a specific product price by ID.
Unique identifier of the resource
1
Retrieve the details of a specific product price by ID with additional details.
Unique identifier of the resource
1
Delete a specific product price by ID.
Unique identifier of the resource
1
No content
Retrieve a list of product prices with optional filters
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
Filter by Product ID.
123
Filter by active status (True or False)
Filter by modification date using supported lookup expressions (e.g., gt
, gte
, lt
, lte
, date__gt
, etc.).
modified_date__lt=2024-01-01T00:00:00Z
Filter by creation date using supported lookup expressions (e.g., gt
, gte
, lt
, lte
, date__gt
, etc.).
created_date__gt=2024-01-01T00:00:00Z
Filter by multiple primary key values (comma-separated list of integers)
Filter by Price List ID.
2
Currency type for the price list.
try
Possible values: Filter by the product price.
120
Filter by Tax Rate.
18
Filter by Retail Price.
100
Filter by a specific key in the 'attributes' JSON object of the product.
product__attributes__color=red
Filter by a specific key in the 'localized_attributes' JSON object of the product.
product__localized_attributes__color=red
Filter by a specific key in the 'extra_field' JSON object.
extra_field__some_key=some_value
Retrieve a detailed list of product prices with optional filters
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
Filter by Product ID.
123
Filter by active status (True or False)
Filter by modification date using supported lookup expressions (e.g., gt
, gte
, lt
, lte
, date__gt
, etc.).
modified_date__lt=2024-01-01T00:00:00Z
Filter by creation date using supported lookup expressions (e.g., gt
, gte
, lt
, lte
, date__gt
, etc.).
created_date__gt=2024-01-01T00:00:00Z
Filter by multiple primary key values (comma-separated list of integers)
Filter by Price List ID.
2
Currency type for the price list.
try
Possible values: Filter by the product price.
120
Filter by Tax Rate.
18
Filter by Retail Price.
100
Filter by a specific key in the 'attributes' JSON object of the product.
product__attributes__color=red
Filter by a specific key in the 'localized_attributes' JSON object of the product.
product__localized_attributes__color=red
Filter by a specific key in the 'extra_field' JSON object.
extra_field__some_key=some_value
Filter by exact SKU.
SKU123
Filter by multiple SKUs (comma-separated).
Exclude exact SKU.
SKU789
Exclude multiple SKUs (comma-separated).
Exclude multiple base codes (comma-separated).
Filter by exact base code.
Filter by base code (case-insensitive).
Exclude exact base code.
Exclude base code (case-insensitive).
Filter by multiple primary keys (comma-separated).
Filter by attributes in JSON format.
attributes__color=red
Exclude attributes in JSON format.
attributes_exclude__size=small
Filter by attributes using additional keyword arguments.
attributes_kwargs__color=blue
Filter by localized attributes in JSON format.
localized_attributes__locale=en-US
Filter by localized attributes with additional keywords.
localized_attributes_kwargs__locale=en-GB
Filter by extra attributes.
extra_attributes__color=red
Filter by product type.
Exclude product types.
Filter by attribute sets.
Exclude specific attribute sets.
Filter by parent product ID.
Filter by parent products with a 'simple' product type.
Filter by parent products with a 'grouped' product type.
Filter by grouped products.
Filter by whether parent is null (True or False).
Filter by catalog items.
Filter by listable products only (True or False).
Filter by whether the product has associated images.
Filter by whether the product has associated videos.
Filter by whether the product has downloadable images.
Exclude products in specific stock lists.
Exclude products in specific price lists.
Filter by productization date with lookup expressions (e.g., gte
, lte
).
productization_date__gte=2024-01-01
Filter by whether attribute set is null.
Exclude products associated with specific bundle chapters.
Filter by discounted products.
Filter by data source IDs.
Exclude specific data sources.
Filter by whether data source is null.
Exclude passive distributed products.
Filter by custom attribute set IDs.
Filter by brand ID.
Filter by ERP category ID.
Filter by channel ID.
Filter by exact channel ID.
Filter by channel name (case-insensitive).
Filter by content type model name.
Filter by version date using various lookup expressions.
integration__version_date__gt=2024-01-01T00:00:00Z
Filter by multiple remote IDs.
Filter by exact remote ID.
Filter by multiple object IDs.
Filter by state using JSON-based filtering.
integration__state__status="ready"
Filter by exact local batch ID.
Update the fields of a specific product price by ID.
Unique identifier of the resource
1
Product Price ID
ID of the product related with the price.
ID of the price list related with the price.
Retail price of the product, can be null or blank.
100
Tax rate applied to the product price.
18
Currency type for the price list.
try
Possible values: The actual price of the product.
120
Type of the price.
default
Possible values: Discount percentage applied to the price, if any.
10
ID of the Modifier Collection applied to adjust the product price. Can be null.
Adjusted price of the product after modifiers. Can be null.
108
Creation Date of the Product Price
Modification Date of the Product Price
Update specific fields of a specific product price by ID.
Unique identifier of the resource
1
Product Price ID
ID of the product related with the price.
ID of the price list related with the price.
Retail price of the product, can be null or blank.
100
Tax rate applied to the product price.
18
Currency type for the price list.
try
Possible values: The actual price of the product.
120
Type of the price.
default
Possible values: Discount percentage applied to the price, if any.
10
ID of the Modifier Collection applied to adjust the product price. Can be null.
Adjusted price of the product after modifiers. Can be null.
108
Creation Date of the Product Price
Modification Date of the Product Price
Create or update multiple product prices in bulk
Product Price ID
ID of the product related with the price.
ID of the price list related with the price.
Retail price of the product, can be null or blank.
100
Tax rate applied to the product price.
18
Currency type for the price list.
try
Possible values: The actual price of the product.
120
Type of the price.
default
Possible values: Discount percentage applied to the price, if any.
10
ID of the Modifier Collection applied to adjust the product price. Can be null.
Adjusted price of the product after modifiers. Can be null.
108
Creation Date of the Product Price
Modification Date of the Product Price
Empty response on success
Create a new product price with the specified data.
Product Price ID
ID of the product related with the price.
ID of the price list related with the price.
Retail price of the product, can be null or blank.
100
Tax rate applied to the product price.
18
Currency type for the price list.
try
Possible values: The actual price of the product.
120
Type of the price.
default
Possible values: Discount percentage applied to the price, if any.
10
ID of the Modifier Collection applied to adjust the product price. Can be null.
Adjusted price of the product after modifiers. Can be null.
108
Creation Date of the Product Price
Modification Date of the Product Price