- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Creates new order tracking signal.
HTTP request
POST https://merchantapi.googleapis.com/ordertracking/v1beta/{parent=accounts/*}/orderTrackingSignals
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The account of the business for which the order signal is created. Format: accounts/{account}  | 
              
Query parameters
| Parameters | |
|---|---|
orderTrackingSignalId | 
                
                   
 Output only. The ID that uniquely identifies this order tracking signal.  | 
              
Request body
The request body contains an instance of OrderTrackingSignal.
Response body
If successful, the response body contains a newly created instance of OrderTrackingSignal.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.