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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]