- Resource: BuyOnGoogleProgramStatus
- ProgramParticipationStage
- OnlineSalesChannel
- BusinessModel
- Methods
Resource: BuyOnGoogleProgramStatus
Response message for the GetProgramStatus method.
JSON representation |
---|
{ "customerServiceVerifiedEmail": string, "customerServicePendingEmail": string, "customerServicePendingPhoneRegionCode": string, "customerServicePendingPhoneNumber": string, "customerServiceVerifiedPhoneRegionCode": string, "customerServiceVerifiedPhoneNumber": string, "participationStage": enum ( |
Fields | |
---|---|
customerServiceVerifiedEmail |
Output only. The customer service verified email. |
customerServicePendingEmail |
The customer service pending email. After verification this field becomes empty. |
customerServicePendingPhoneRegionCode |
Two letter country code for the pending phone number, for example |
customerServicePendingPhoneNumber |
The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the [customerServicePendingPhoneRegionCode][google.shopping.content.v2p1.Programs.BuyOnGoogleProgramStatus.customer_service_pending_phone_region_code] must also be set. After verification this field becomes empty. |
customerServiceVerifiedPhoneRegionCode |
Output only. Two letter country code for the verified phone number, for example |
customerServiceVerifiedPhoneNumber |
Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number. |
participationStage |
Output only. The current participation stage for the program. |
onlineSalesChannel |
The channels through which the merchant is selling. |
businessModel[] |
The business models in which merchant participates. |
ProgramParticipationStage
Enum representing the program participation stage.
Enums | |
---|---|
PROGRAM_PARTICIPATION_STAGE_UNSPECIFIED |
Default value when participation stage is not set. |
NOT_ELIGIBLE |
Merchant is not eligible for onboarding to a given program in a specific region code. |
ELIGIBLE |
Merchant is eligible for onboarding to a given program in a specific region code. |
ONBOARDING |
Merchant is onboarding to a given program in a specific region code. |
ELIGIBLE_FOR_REVIEW |
Merchant fulfilled all the requirements and is ready to request review in a specific region code. |
PENDING_REVIEW |
Merchant is waiting for the review to be completed in a specific region code. |
REVIEW_DISAPPROVED |
The review for a merchant has been rejected in a specific region code. |
ACTIVE |
Merchant's program participation is active for a specific region code. |
PAUSED |
Participation has been paused. |
OnlineSalesChannel
Enum representing online sales channel.
Enums | |
---|---|
ONLINE_SALES_CHANNEL_UNSPECIFIED |
Default value when online sales channel is not set. |
GOOGLE_EXCLUSIVE |
Merchant is selling exclusively on Google. |
GOOGLE_AND_OTHER_WEBSITES |
Merchant is selling on Google and other websites. |
BusinessModel
Enum representing business model.
Enums | |
---|---|
BUSINESS_MODEL_UNSPECIFIED |
Default value when business model is not set. |
MANUFACTURER |
Merchant is a manufacturer. |
IMPORTER |
Merchant is an importer. |
RESELLER |
Merchant is a reseller. |
OTHER |
Merchant has a different business model. |
Methods |
|
---|---|
|
Reactivates the BoG program in your Merchant Center account. |
|
Retrieves a status of the BoG program for your Merchant Center account. |
|
Onboards the BoG program in your Merchant Center account. |
|
Updates the status of the BoG program for your Merchant Center account. |
|
Pauses the BoG program in your Merchant Center account. |
|
Requests review and then activates the BoG program in your Merchant Center account for the first time. |