Class ReturnShippingLabel
Return shipping label for a Buy on Google merchant-managed return.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnShippingLabel : IDirectResponseSchema
Properties
Carrier
Name of the carrier.
Declaration
[JsonProperty("carrier")]
public virtual string Carrier { 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 |
LabelUri
The URL for the return shipping label in PDF format
Declaration
[JsonProperty("labelUri")]
public virtual string LabelUri { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingId
The tracking id of this return label.
Declaration
[JsonProperty("trackingId")]
public virtual string TrackingId { get; set; }
Property Value
Type | Description |
---|---|
string |