View Source GoogleApi.Content.V21.Model.OrdersShipLineItemsRequest (google_api_content v0.67.1)

Attributes

  • lineItems (type: list(GoogleApi.Content.V21.Model.OrderShipmentLineItemShipment.t), default: nil) - Line items to ship.
  • operationId (type: String.t, default: nil) - The ID of the operation. Unique across all operations for a given order.
  • shipmentGroupId (type: String.t, default: nil) - ID of the shipment group. Required for orders that use the orderinvoices service.
  • shipmentInfos (type: list(GoogleApi.Content.V21.Model.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.t), default: nil) - Shipment information. This field is repeated because a single line item can be shipped in several packages (and have several tracking IDs).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrdersShipLineItemsRequest{
  lineItems:
    [GoogleApi.Content.V21.Model.OrderShipmentLineItemShipment.t()] | nil,
  operationId: String.t() | nil,
  shipmentGroupId: String.t() | nil,
  shipmentInfos:
    [
      GoogleApi.Content.V21.Model.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.t()
    ]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.