Show / Hide Table of Contents

Class OrdertrackingsignalsResource

The "ordertrackingsignals" collection of methods.

Inheritance
System.Object
OrdertrackingsignalsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdertrackingsignalsResource

Constructors

OrdertrackingsignalsResource(IClientService)

Constructs a new resource.

Declaration
public OrdertrackingsignalsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(OrderTrackingSignal, Int64)

Creates new order tracking signal.

Declaration
public virtual OrdertrackingsignalsResource.CreateRequest Create(OrderTrackingSignal body, long merchantId)
Parameters
Type Name Description
OrderTrackingSignal body

The body of the request.

System.Int64 merchantId

The ID of the merchant for which the order signal is created.

Returns
Type Description
OrdertrackingsignalsResource.CreateRequest
In This Article
Back to top