google_api_content v0.13.0 GoogleApi.Content.V2.Model.OrdersShipLineItemsRequest View Source
Attributes
carrier
(type:String.t
, default:nil
) - Deprecated. Please use shipmentInfo instead. The carrier handling the shipment. See shipments[].carrier in the Orders resource representation for a list of acceptable values.lineItems
(type:list(GoogleApi.Content.V2.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.shipmentId
(type:String.t
, default:nil
) - Deprecated. Please use shipmentInfo instead. The ID of the shipment.shipmentInfos
(type:list(GoogleApi.Content.V2.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).trackingId
(type:String.t
, default:nil
) - Deprecated. Please use shipmentInfo instead. The tracking ID for the shipment.
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()
View Source
t() :: %GoogleApi.Content.V2.Model.OrdersShipLineItemsRequest{
carrier: String.t(),
lineItems: [GoogleApi.Content.V2.Model.OrderShipmentLineItemShipment.t()],
operationId: String.t(),
shipmentGroupId: String.t(),
shipmentId: String.t(),
shipmentInfos: [
GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.t()
],
trackingId: String.t()
}
t() :: %GoogleApi.Content.V2.Model.OrdersShipLineItemsRequest{ carrier: String.t(), lineItems: [GoogleApi.Content.V2.Model.OrderShipmentLineItemShipment.t()], operationId: String.t(), shipmentGroupId: String.t(), shipmentId: String.t(), shipmentInfos: [ GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.t() ], trackingId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.