Class FreelistingsprogramResource
The "freelistingsprogram" collection of methods.
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class FreelistingsprogramResource
Constructors
FreelistingsprogramResource(IClientService)
Constructs a new resource.
Declaration
public FreelistingsprogramResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Checkoutsettings
Gets the Checkoutsettings resource.
Declaration
public virtual FreelistingsprogramResource.CheckoutsettingsResource Checkoutsettings { get; }
Property Value
Type | Description |
---|---|
FreelistingsprogramResource.CheckoutsettingsResource |
Methods
Get(long)
Retrieves the status and review eligibility for the free listing program. Returns errors and warnings if
they require action to resolve, will become disapprovals, or impact impressions. Use accountstatuses
to
view all issues for an account.
Declaration
public virtual FreelistingsprogramResource.GetRequest Get(long merchantId)
Parameters
Type | Name | Description |
---|---|---|
long | merchantId | Required. The ID of the account. |
Returns
Type | Description |
---|---|
FreelistingsprogramResource.GetRequest |
Requestreview(RequestReviewFreeListingsRequest, long)
Requests a review of free listings in a specific region. This method deprecated. Use the
MerchantSupportService
to view product and account issues and request a review.
Declaration
public virtual FreelistingsprogramResource.RequestreviewRequest Requestreview(RequestReviewFreeListingsRequest body, long merchantId)
Parameters
Type | Name | Description |
---|---|---|
RequestReviewFreeListingsRequest | body | The body of the request. |
long | merchantId | Required. The ID of the account. |
Returns
Type | Description |
---|---|
FreelistingsprogramResource.RequestreviewRequest |