Class: Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal::ShipmentLineItemMapping
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal::ShipmentLineItemMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb
Overview
Represents how many items are in the shipment for the given shipment_id and line_item_id.
Instance Attribute Summary collapse
-
#line_item_id ⇒ ::String
Required.
-
#quantity ⇒ ::Integer
Required.
-
#shipment_id ⇒ ::String
Required.
Instance Attribute Details
#line_item_id ⇒ ::String
Returns Required. The line item ID.
202 203 204 205 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 202 class ShipmentLineItemMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quantity ⇒ ::Integer
Returns Required. The line item quantity in the shipment.
202 203 204 205 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 202 class ShipmentLineItemMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shipment_id ⇒ ::String
Returns Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.
202 203 204 205 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 202 class ShipmentLineItemMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |