Class: Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal::LineItemDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#brand::String

Returns Optional. Brand of the product.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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