Retrieves insurance pricing rules.
store_url
is the URL of the store to get insurance quote for, e.g. docs.orderprotection.com
.
$1,000
, and one of the pricing rules specifies a minimum of $0
and a maximum of $5,000
, this rule should be applied to calculate the price of Order Protection, as the subtotal falls within the specified range.
USD
. If the subtotal is in a different currency, the amount should be converted to the cart’s currency using the current exchange rate.
rules
array is sorted by min
in ascending order.
brand
, Order Protection should not be added to the cart.
URL of the store to get insurance quote for
Successfully retrieved insurance quote
The response is of type object
.