Skip to content

Commit a6d76dc

Browse files
update Open Source Docs from Roblox internal teams
1 parent 95743c5 commit a6d76dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/en-us/production/monetization/commerce-products.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ The **Product details** section displays the content directly from your Shopify
394394

395395
This section supports the use of HTML for styling and formatting your product information. For security and consistency, Roblox automatically removes certain HTML elements, including links, images, scripts, and other similar tags and attributes. You can otherwise use HTML to style and structure the text content, such as using headings, bold text, lists, and paragraphs.
396396

397+
Product descriptions must include accurate descriptions of the merchandise, covering details such as functionality, specifications, features, return or exchange policies, and origin. Please ensure that all your commerce products have complete descriptions in Shopify in order to be approved for sale. See [Commerce Standards](https://en.help.roblox.com/hc/articles/36495190721172) for more information.
398+
397399
As with other product information synced from Shopify, any updates to the product description are subject to the [moderation process for catalog items](#modify-catalog-items). The product details will continue to show the previously approved description until the new content is approved by moderation.
398400

399401
### Additional information

content/en-us/reference/cloud/cloud.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5075,7 +5075,7 @@
50755075
"get": {
50765076
"tags": ["Cloud"],
50775077
"summary": "Get Subscription",
5078-
"description": "Get the subscription.\n\nThe `universe.subscription-product.subscription:read` scope only allows\nyou to get your own subscriptions—or rather, the subscription ID must\nmatch the user ID that makes the request—so its best use case is with\nOAuth 2.0 authentication rather than an API key. To read all\nsubscriptions for a universe, use the `universe:write` scope.",
5078+
"description": "Get the subscription.\n\nThe `universe.subscription-product.subscription:read` scope only allows\nreading subscriptions of the user making the request. Because of this, the\nsubscription ID must match the user ID of the user making the request. Note\nthat this scope might be more relevant for OAuth 2.0 apps.\n\nTo read all subscriptions made by users for a particular universe, use the\n`universe:write` scope instead.",
50795079
"operationId": "Cloud_GetSubscription",
50805080
"parameters": [
50815081
{

0 commit comments

Comments
 (0)