-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into added_translation_vertex_integration
- Loading branch information
Showing
364 changed files
with
24,641 additions
and
2,560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...pbc/all/glue-api-guides/202311.0/abstract-product-prices-response-attributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
| --- | --- | --- | --- | | ||
| abstract-product-prices | price | Integer | Price to pay for that product in cents. | | ||
| abstract-product-prices | priceTypeName | String | Price type. | | ||
| abstract-product-prices | netAmount | Integer | Net price in cents. | | ||
| abstract-product-prices | grossAmount | Integer | Gross price in cents. | | ||
| abstract-product-prices | currency.code | String | Currency code. | | ||
| abstract-product-prices | currency.name | String | Currency name. | | ||
| abstract-product-prices | currency.symbol | String | Currency symbol. | | ||
| abstract-product-prices | volumePrices | Array | An array of objects defining the [volume prices](/docs/pbc/all/price-management/{{site.version}}/base-shop/prices-feature-overview/volume-prices-overview.html) for the abstract product. | | ||
| abstract-product-prices | netAmount | Integer | Net price in cents. | | ||
| abstract-product-prices | grossAmount | Integer | Gross price in cents. | | ||
| abstract-product-prices | quantity | Integer | Number of items. | |
17 changes: 17 additions & 0 deletions
17
...ludes/pbc/all/glue-api-guides/202311.0/abstract-products-response-attributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
|-|-|-|-| | ||
| abstract-products | sku | String | SKU of the abstract product. | | ||
| abstract-products | averageRating | String | Average rating of the product based on customer rating. | | ||
| abstract-products | reviewCount | Integer | Number of reviews left by customer for this abstract product. | | ||
| abstract-products | name | String | Name of the abstract product. | | ||
| abstract-products | description | String | Description of the abstract product. | | ||
| abstract-products | attributes | Object | List of attributes and their values. | | ||
| abstract-products | superAttributeDefinition | String | Attributes flagged as super attributes that are, however, not relevant to distinguish between the product variants. | | ||
| abstract-products | attributeMap | Object | Each super attribute / value combination and the corresponding concrete product IDs are listed here. | | ||
| abstract-products | attributeMap.super_attributes | Object | Applicable super attribute and its values for the product variants. | | ||
| abstract-products | attributeMap.attribute_variants | Object | List of super attributes with the list of values. | | ||
| abstract-products | attributeMap.product_concrete_ids | String | Product IDs of the product variants. | | ||
| abstract-products | metaTitle | String | Meta title of the product. | | ||
| abstract-products | metaKeywords | String | Meta keywords of the product. | | ||
| abstract-products | metaDescription | String | Meta description of the product. | | ||
| abstract-products | attributeNames | Object | All non-super attribute / value combinations for the abstract product. | |
19 changes: 0 additions & 19 deletions
19
...items-to-a-cart-of-registered-user-response-attributes-of-included-resources.md
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
...api-guides/202311.0/add-items-to-a-registered-users-cart-response-attributes.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.