UriSettings

UriSettings

URL settings for cart or checkout URL.

Fields
Union field uri_template . Specifications related to the Checkout URL. The UriTemplate is of the form https://www.mystore.com/checkout?item_id={id} where {id} will be automatically replaced with offer_id attribute from the merchant account uri_template can be only one of the following:
checkout_uri_template

string

Checkout URL template. When the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart. For more details, check the help center doc

cart_uri_template

string

Cart URL template. When the placeholders are expanded will redirect the buyer to the cart page on the merchant website with the selected item in cart. For more details, check the help center doc