google_api_content v0.1.0 GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItems View Source
Attributes
- carrier (String.t): Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See shipments[].carrier in the Orders resource representation for a list of acceptable values. Defaults to:
null. - lineItems ([OrderShipmentLineItemShipment]): Line items to ship. Defaults to:
null. - shipmentGroupId (String.t): ID of the shipment group. Required for orders that use the orderinvoices service. Defaults to:
null. - shipmentId (String.t): Deprecated. Please use shipmentInfo instead. The ID of the shipment. Defaults to:
null. - shipmentInfos ([OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo]): Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs). Defaults to:
null. - trackingId (String.t): Deprecated. Please use shipmentInfo instead. The tracking id for the shipment. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItems{
carrier: any(),
lineItems: [GoogleApi.Content.V2.Model.OrderShipmentLineItemShipment.t()],
shipmentGroupId: any(),
shipmentId: any(),
shipmentInfos: [
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.t()
],
trackingId: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.