Class UriSettings
URL settings for cart or checkout URL.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class UriSettings : IDirectResponseSchema
Properties
CartUriTemplate
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
Declaration
[JsonProperty("cartUriTemplate")]
public virtual string CartUriTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CheckoutUriTemplate
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
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 |