create
public ShoppingContent.Ordertrackingsignals.Create create(Long merchantId,
OrderTrackingSignal content)
throws IOException
Creates new order tracking signal.
Create a request for the method "ordertrackingsignals.create".
This request holds the parameters needed by the content server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
merchantId
- The ID of the merchant for which the order signal is created.
content
- the OrderTrackingSignal
- Returns:
- the request
- Throws:
IOException