Class: Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal::LineItemDetails
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal::LineItemDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb
Overview
The line items of the order.
Instance Attribute Summary collapse
-
#brand ⇒ ::String
Optional.
-
#gtin ⇒ ::String
Optional.
-
#line_item_id ⇒ ::String
Required.
-
#mpn ⇒ ::String
Optional.
-
#product_id ⇒ ::String
Required.
-
#product_title ⇒ ::String
Optional.
-
#quantity ⇒ ::Integer
Required.
Instance Attribute Details
#brand ⇒ ::String
Returns Optional. Brand of the product.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gtin ⇒ ::String
Returns Optional. The Global Trade Item Number.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line_item_id ⇒ ::String
Returns Required. The ID for this line item.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mpn ⇒ ::String
Returns Optional. The manufacturer part number.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_id ⇒ ::String
Returns Required. The Content API REST ID of the product, in the form channel:contentLanguage:targetCountry:offerId.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_title ⇒ ::String
Returns Optional. Plain text title of this product.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quantity ⇒ ::Integer
Returns Required. The quantity of the line item in the order.
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |