rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
ContentOption
Stay organized with collections
Save and categorize content based on your preferences.
Enum specifying how is the content returned.
Enums |
CONTENT_OPTION_UNSPECIFIED |
Default value. Will never be provided by the API. |
PRE_RENDERED_HTML |
Returns the detail of the issue as a pre-rendered HTML text. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe content is returned as an enum specifying the format.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCONTENT_OPTION_UNSPECIFIED\u003c/code\u003e is a default value and will not be used by the API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePRE_RENDERED_HTML\u003c/code\u003e will return the issue details formatted as HTML.\u003c/p\u003e\n"]]],["The core content defines an enumeration for specifying content return methods. `CONTENT_OPTION_UNSPECIFIED` is the default, API-unused value. `PRE_RENDERED_HTML` indicates the issue details are returned as pre-rendered HTML text. These options dictate the format in which issue details are presented.\n"],null,["# ContentOption\n\nEnum specifying how is the content returned.\n\n| Enums ||\n|------------------------------|--------------------------------------------------------------|\n| `CONTENT_OPTION_UNSPECIFIED` | Default value. Will never be provided by the API. |\n| `PRE_RENDERED_HTML` | Returns the detail of the issue as a pre-rendered HTML text. |"]]