Price matching
- : Needed to manage prices.
- : Needed to retrieve prices.
Your Emporix tenant's name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Code of the currency in which the prices should be matched, as defined in the Currency Service.
Note: If the matched price is defined in another currency, a currency exchange algorithm will be used, but only if exchange rates between the two currencies have been defined.
Code of the site to which the matched prices should apply.
If no price that matches the criteria is found for the specified site, the price matching functionality will try to find the best price for the main site. To enable this option, this field needs to be set to true.
Note: Using the fallback mechanism may impact the performance as the price matching has to run a second time. If the fallback mechanism is used, the response's siteCode field will be set to main.
Legal entity for which price lists are included in the price match. Note: Price lists for the entity's parent legal entities are also included.
OK
Price's unique identifier, generated when the price is created.
Price list's unique identifier. The property is populated only in case when the return price belongs to any price list.
Currency related to the price.
Represents an original value without any discounts for a single unit of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Represents a value with a discount (if applicable) for a single unit of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Represents a total value with a discount (if applicable) for all units of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Flag indicating whether prices assigned to the price model are expressed as net or gross.
| Value | Description |
|---|---|
true |
Prices are expressed as gross values. |
false |
Prices are expressed as net values. |
Bad Request
Given request is unauthorized - the authorization token is invalid or has expired. Details are provided in the response payload.
Given authorization scopes are not sufficient and do not match the scopes required by the endpoint.
Not Found
Some server-side error occurred. Details are provided in the response payload.
Your Emporix tenant's name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$The prices were successfully matched.
Price's unique identifier, generated when the price is created.
Price list's unique identifier. The property is populated only in case when the return price belongs to any price list.
Currency related to the price.
Represents an original value without any discounts for a single unit of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Represents a value with a discount (if applicable) for a single unit of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Represents a total value with a discount (if applicable) for all units of the requested item (PRODUCT or SKU). The value is a gross price (if includesTax is true) or net price (if includesTax is false).
It's worth to mention that the cent part is not limited just to two digits. For example, if the price is for one piece of screw, it could look like this: 0.0000317
Flag indicating whether prices assigned to the price model are expressed as net or gross.
| Value | Description |
|---|---|
true |
Prices are expressed as gross values. |
false |
Prices are expressed as net values. |
Bad Request
Given request is unauthorized - the authorization token is invalid or has expired. Details are provided in the response payload.
Given authorization scopes are not sufficient and do not match the scopes required by the endpoint.
Not Found
Some server-side error occurred. Details are provided in the response payload.
Last updated
Was this helpful?

