Show / Hide Table of Contents

Class OrdersShipLineItemsRequest

Inheritance
object
OrdersShipLineItemsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdersShipLineItemsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LineItems

Line items to ship.

Declaration
[JsonProperty("lineItems")]
public virtual IList<OrderShipmentLineItemShipment> LineItems { get; set; }
Property Value
Type Description
IList<OrderShipmentLineItemShipment>

OperationId

The ID of the operation. Unique across all operations for a given order.

Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type Description
string

ShipmentGroupId

ID of the shipment group. Required for orders that use the orderinvoices service.

Declaration
[JsonProperty("shipmentGroupId")]
public virtual string ShipmentGroupId { get; set; }
Property Value
Type Description
string

ShipmentInfos

Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).

Declaration
[JsonProperty("shipmentInfos")]
public virtual IList<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo> ShipmentInfos { get; set; }
Property Value
Type Description
IList<OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX