-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2401 from spryker/push-notifications-glue-api
Push notification subscriptions Glue API
- Loading branch information
Showing
66 changed files
with
865 additions
and
438 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
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.
35 changes: 35 additions & 0 deletions
35
.../all/glue-api-guides/202311.0/bundle-items-bundled-items-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,35 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
| --- | --- | --- | --- | | ||
| bundle-items, bundled-items | sku | String | SKU of the product. | | ||
| bundle-items, bundled-items | quantity | Integer | Quantity of the given product in the cart. | | ||
| bundle-items, bundled-items | groupKey | String | Unique item identifier. The value is generated based on product parameters. | | ||
| bundle-items, bundled-items | abstractSku | String | Unique identifier of the abstract product that owns the concrete product. | | ||
| bundle-items, bundled-items | amount | Integer | Amount of the products in the cart. | | ||
| bundle-items, bundled-items | unitPrice | Integer | Single item price without assuming is it net or gross. This value should be used everywhere a price is disabled. It allows switching the tax mode without side effects. | | ||
| bundle-items, bundled-items | sumPrice | Integer | Sum of all items prices calculated. | | ||
| bundle-items, bundled-items | taxRate | Integer | Current tax rate in per cent. | | ||
| bundle-items, bundled-items | unitNetPrice | Integer | Single item net price. | | ||
| bundle-items, bundled-items | sumNetPrice | Integer | Sum of all items' net price. | | ||
| bundle-items, bundled-items | unitGrossPrice | Integer | Single item gross price. | | ||
| bundle-items, bundled-items | sumGrossPrice | Integer | Sum of items gross price. | | ||
| bundle-items, bundled-items | unitTaxAmountFullAggregation | Integer | Total tax amount for a given item with additions. | | ||
| bundle-items, bundled-items | sumTaxAmountFullAggregation | Integer | Total tax amount for a given amount of items with additions. | | ||
| bundle-items, bundled-items | sumSubtotalAggregation | Integer | Sum of subtotals of the items. | | ||
| bundle-items, bundled-items | unitSubtotalAggregation | Integer | Subtotal for the given item. | | ||
| bundle-items, bundled-items | unitProductOptionPriceAggregation | Integer | Item total product option price. | | ||
| bundle-items, bundled-items | sumProductOptionPriceAggregation | Integer | Item total of product options for the given sum of items. | | ||
| bundle-items, bundled-items | unitDiscountAmountAggregation | Integer | Item total discount amount. | | ||
| bundle-items, bundled-items | sumDiscountAmountAggregation | Integer | Sum Item total discount amount. | | ||
| bundle-items, bundled-items | unitDiscountAmountFullAggregation | Integer | Sum total discount amount with additions. | | ||
| bundle-items, bundled-items | sumDiscountAmountFullAggregation | Integer | Item total discount amount with additions. | | ||
| bundle-items, bundled-items | unitPriceToPayAggregation | Integer | Item total price to pay after discounts with additions. | | ||
| bundle-items, bundled-items | sumPriceToPayAggregation | Integer | Sum of the prices to pay (after discounts). | | ||
| bundle-items, bundled-items | salesUnit | Object | List of attributes defining the sales unit to be used for item amount calculation. | | ||
| bundle-items, bundled-items | salesUnit.id | Integer | Numeric value that defines the sales units to calculate the item amount in. | | ||
| bundle-items, bundled-items | salesUnit.amount | Integer | Amount of product in the defined sales units. | | ||
| bundle-items, bundled-items | selectedProductOptions | array | List of attributes describing the product options that were added to the cart with the product. | | ||
| bundle-items, bundled-items | selectedProductOptions.optionGroupName | String | Name of the group to which the option belongs. | | ||
| bundle-items, bundled-items | selectedProductOptions.sku | String | SKU of the product option. | | ||
| bundle-items, bundled-items | selectedProductOptions.optionName | String | Product option name. | | ||
| bundle-items, bundled-items | selectedProductOptions.price | Integer | Product option price in cents. | | ||
| bundle-items, bundled-items | selectedProductOptions.currencyIsoCode | String | ISO 4217 code of the currency in which the product option price is specified. | |
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
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
...ludes/pbc/all/glue-api-guides/202311.0/concrete-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,16 @@ | ||
| RESOURCE | ATTRIBUTE | TYPE | DESCRIPTION | | ||
|-|-|-|-| | ||
| concrete-products | sku | String | SKU of the concrete product. | | ||
| concrete-products | isDiscontinued | Boolean | Specifies whether a product is [discontinued](/docs/pbc/all/product-information-management/{{page.version}}/base-shop/feature-overviews/product-feature-overview/discontinued-products-overview.html):<br>**true** - the product is discontinued and requires a replacement item; <br> **false**—the product is not discontinued. | | ||
| concrete-products | discontinuedNote | String | Optional note that was specified when marking a product as discontinued. | | ||
| concrete-products | averageRating | String | Average [rating](/docs/scos/user/features/{{page.version}}/product-rating-and-reviews-feature-overview.html) of the product based on customer rating. | | ||
| concrete-products | reviewCount | Integer | Number of reviews left by customer for this product. | | ||
| concrete-products | name | String | Name of the concrete product. | | ||
| concrete-products | description | String | Description of the concrete product. | | ||
| concrete-products | attributes | Object | List of attribute keys and their values for the product. | | ||
| concrete-products | superAttributeDefinition | String | List of attributes that are flagged as super attributes. | | ||
| concrete-products | metaTitle | String | Meta title of the product. | | ||
| concrete-products | metaKeywords | String | Meta keywords of the product. | | ||
| concrete-products | metaDescription | String | Meta description of the product. | | ||
| concrete-products | attributeNames | String | List of attribute keys and their translations. | | ||
| concrete-products | productAbstractSku | String | Unique identifier of the abstract product owning this concrete product. | |
Oops, something went wrong.