Class 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
offer_id
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class UrlSettings : IDirectResponseSchema
Properties
CartUriTemplate
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.
Declaration
[JsonProperty("cartUriTemplate")]
public virtual string CartUriTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
CheckoutUriTemplate
URL template when the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart.
Declaration
[JsonProperty("checkoutUriTemplate")]
public virtual string CheckoutUriTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |