v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13125317428.7 KB
merchantsupport

Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.

post/{merchantId}/merchantsupport/renderproductissues/{productId}

Path parameters

merchantIdstring required

Required. The ID of the account that contains the product.

productIdstring required

Required. The REST_ID of the product to fetch issues for.

Query parameters

languageCodestring

Optional. The IETF BCP-47 language code used to localize support content. If not set, the result will be in default language en-US.

timeZonestring

Optional. The IANA timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.

Request body

contentOption'CONTENT_OPTION_UNSPECIFIED' | 'PRE_RENDERED_HTML'

Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.

userInputActionOption'USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED' | 'REDIRECT_TO_MERCHANT_CENTER' | 'BUILT_IN_USER_INPUT_ACTIONS'

Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.

Response

Successful response