RemoveSubstituteProductRequest.ProductId Field
Specifies the ID of the product.
Syntax
[Visual Basic .NET]
Public Field ProductId As Guid
[C#]
public Guid ProductId;
[JScript]
public var ProductId : Guid;
Remarks
The ProductId field corresponds to the product.productid field, which is the primary key for the product entity.
See Also