Class /GOOG/CL_CSS_V1

Class

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

Types

Type Description Visibility
TY_001 Account PUBLIC
TY_002 AccountLabel PUBLIC
TY_003 Attributes PUBLIC
TY_004 Certification PUBLIC
TY_005 CssProduct PUBLIC
TY_006 CssProductInput PUBLIC
TY_007 CssProductStatus PUBLIC
TY_008 CustomAttribute PUBLIC
TY_009 DestinationStatus PUBLIC
TY_011 HeadlineOfferInstallment PUBLIC
TY_012 HeadlineOfferSubscriptionCost PUBLIC
TY_013 ItemLevelIssue PUBLIC
TY_014 ListAccountLabelsResponse PUBLIC
TY_015 ListChildAccountsResponse PUBLIC
TY_016 ListCssProductsResponse PUBLIC
TY_017 Price PUBLIC
TY_018 ProductDetail PUBLIC
TY_019 ProductDimension PUBLIC
TY_020 ProductWeight PUBLIC
TY_021 UpdateAccountLabelsRequest PUBLIC
TY_T_001 Account PUBLIC
TY_T_002 AccountLabel PUBLIC
TY_T_004 Certification PUBLIC
TY_T_005 CssProduct PUBLIC
TY_T_008 CustomAttribute PUBLIC
TY_T_009 DestinationStatus PUBLIC
TY_T_013 ItemLevelIssue PUBLIC
TY_T_018 ProductDetail 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 css:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://css.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

CREATE_LABELS

  • Description: css.accounts.labels.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_002 AccountLabel
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 AccountLabel
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_CSS_PRODUCT_INPUTS

  • Description: css.accounts.cssProductInputs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_SUPPLEMENTALFEEDID IMPORTING STRING supplementalFeedId
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_CSS_PRODUCT_INPUTS_ID IMPORTING STRING cssProductInputsId
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_LABELS

  • Description: css.accounts.labels.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_LABELS_ID IMPORTING STRING labelsId
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_ACCOUNTS

  • Description: css.accounts.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PARENT IMPORTING STRING parent
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_001 Account
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_CSS_PRODUCTS

  • Description: css.accounts.cssProducts.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_CSS_PRODUCTS_ID IMPORTING STRING cssProductsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 CssProduct
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_CSS_PRODUCT_INPUTS

  • Description: css.accounts.cssProductInputs.insert
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FEEDID IMPORTING STRING feedId
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_006 CssProductInput
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_006 CssProductInput
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_CHILD_ACCOUNTS_ACCOUNT

  • Description: css.accounts.listChildAccounts
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FULLNAME IMPORTING STRING fullName
IV_Q_LABELID IMPORTING STRING labelId
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_015 ListChildAccountsResponse
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_CSS_PRODUCTS

  • Description: css.accounts.cssProducts.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_016 ListCssProductsResponse
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_LABELS

  • Description: css.accounts.labels.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_014 ListAccountLabelsResponse
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

PATCH_CSS_PRODUCT_INPUTS

  • Description: css.accounts.cssProductInputs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_CSS_PRODUCT_INPUTS_ID IMPORTING STRING cssProductInputsId
IS_INPUT IMPORTING TY_006 CssProductInput
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_006 CssProductInput
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

PATCH_LABELS

  • Description: css.accounts.labels.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_LABELS_ID IMPORTING STRING labelsId
IS_INPUT IMPORTING TY_002 AccountLabel
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 AccountLabel
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

UPDATE_LABELS_ACCOUNTS

  • Description: css.accounts.updateLabels
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_021 UpdateAccountLabelsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_001 Account
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