Class: Google::Shopping::Merchant::OrderTracking::V1beta::CreateOrderTrackingSignalRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::OrderTracking::V1beta::CreateOrderTrackingSignalRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb
Overview
Signals only can be created but not updated. Businesses need to call this API only when the order is completely shipped. Creates new order signal.
Instance Attribute Summary collapse
-
#order_tracking_signal ⇒ ::Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal
Required.
-
#order_tracking_signal_id ⇒ ::String
readonly
Output only.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#order_tracking_signal ⇒ ::Google::Shopping::Merchant::OrderTracking::V1beta::OrderTrackingSignal
Returns Required. The order signal to be created.
38 39 40 41 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 38 class CreateOrderTrackingSignalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_tracking_signal_id ⇒ ::String (readonly)
Returns Output only. The ID that uniquely identifies this order tracking signal.
38 39 40 41 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 38 class CreateOrderTrackingSignalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account of the business for which the order signal is created. Format: accounts/{account}.
38 39 40 41 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1beta/order_tracking_signals.rb', line 38 class CreateOrderTrackingSignalRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |