UrlSettings

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 data from the merchant account with this attribute offerId

JSON representation
{

  // Union field url_template can be only one of the following:
  "checkoutUriTemplate": string,
  "cartUriTemplate": string
  // End of list of possible types for union field url_template.
}
Fields

Union field url_template.

url_template can be only one of the following:

checkoutUriTemplate

string

URL template when the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart.

cartUriTemplate

string

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.