Class /GOOG/CL_MERCHANTAPI_REVIEWSV1

Class

/GOOG/CL_MERCHANTAPI_REVIEWSV1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Merchant API reviews_v1beta
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 CustomAttribute PUBLIC
TY_003 ListMerchantReviewsResponse PUBLIC
TY_004 ListProductReviewsResponse PUBLIC
TY_005 MerchantReview PUBLIC
TY_006 MerchantReviewAttributes PUBLIC
TY_007 MerchantReviewDestinationStatus PUBLIC
TY_008 MerchantReviewItemLevelIssue PUBLIC
TY_009 MerchantReviewStatus PUBLIC
TY_011 ProductReview PUBLIC
TY_012 ProductReviewAttributes PUBLIC
TY_013 ProductReviewDestinationStatus PUBLIC
TY_014 ProductReviewItemLevelIssue PUBLIC
TY_015 ProductReviewStatus PUBLIC
TY_016 ReviewLink PUBLIC
TY_T_001 CustomAttribute PUBLIC
TY_T_005 MerchantReview PUBLIC
TY_T_007 MerchantReviewDestinationStatus PUBLIC
TY_T_008 MerchantReviewItemLevelIssue PUBLIC
TY_T_011 ProductReview PUBLIC
TY_T_013 ProductReviewDestinationStatus PUBLIC
TY_T_014 ProductReviewItemLevelIssue PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name merchantapi:reviews_v1beta PUBLIC
C_ROOT_URL STRING API Root URL https://merchantapi.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250301 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_MERCHANT_REVIEWS

  • Description: merchantapi.accounts.merchantReviews.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_MERCHANT_REVIEWS_ID IMPORTING STRING merchantReviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_PRODUCT_REVIEWS

  • Description: merchantapi.accounts.productReviews.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_PRODUCT_REVIEWS_ID IMPORTING STRING productReviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_MERCHANT_REVIEWS

  • Description: merchantapi.accounts.merchantReviews.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_MERCHANT_REVIEWS_ID IMPORTING STRING merchantReviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 MerchantReview
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_PRODUCT_REVIEWS

  • Description: merchantapi.accounts.productReviews.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_PRODUCT_REVIEWS_ID IMPORTING STRING productReviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 ProductReview
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

INSERT_MERCHANT_REVIEWS

  • Description: merchantapi.accounts.merchantReviews.insert
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DATASOURCE IMPORTING STRING dataSource
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_005 MerchantReview
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 MerchantReview
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

INSERT_PRODUCT_REVIEWS

  • Description: merchantapi.accounts.productReviews.insert
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DATASOURCE IMPORTING STRING dataSource
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_011 ProductReview
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 ProductReview
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_MERCHANT_REVIEWS

  • Description: merchantapi.accounts.merchantReviews.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 ListMerchantReviewsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_PRODUCT_REVIEWS

  • Description: merchantapi.accounts.productReviews.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 ListProductReviewsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC