Skip to content

Commit 8268510

Browse files
author
Jo
committed
Merge branch 'main' into DB-1103
2 parents 75826d3 + 276fa7f commit 8268510

File tree

49 files changed

+208
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+208
-232
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Removing manage_stock field'
3+
date: '2024-08-14'
4+
tags: ['Product Experience Manager']
5+
hide_blog_post_date: false
6+
---
7+
8+
**MINOR** In Product Experience Manager, we have removed the `manage_stock` field from the response for the `Get all Products in a shopper catalog` endpoint. This field is still displayed in legacy catalog responses. For more information, see [Get all Products in a Shopper Catalog](/docs/api/pxm/catalog/get-by-context-all-products).

docs/authentication/Tokens/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ The following tables show a breakdown of the API endpoint actions that are avail
444444
| `/personal-data/logs` |||
445445
| `/personal-data/personal-data-entries` |||
446446
| `/merchant-realm-mappings` |||
447-
| `/orders` | | |
447+
| `/orders` | | |
448448
| `/orders/:id` |||
449449
| `/v2/products` |||
450450
| `/catalog/products` || ⛔️ |

docs/developer-tools/composable-starter/storefront-starter.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@ For this tutorial, select the following options:
9393
- PLP type: `Simple`
9494
- Payment Gateway: `Simple (quick start)`
9595

96-
to learn more about these options and others that are available, see the [configuration](/docs/category/configurations-1) docs.
97-
9896
Once you've selected your configuration, the Composable CLI will create a new directory with the name you provided, scaffold out your new storefront project and perform configurations based on the options you selected.
9997

100-
10198
## Running the storefront locally
10299

103100
The Composable Starter app is built on top of [Next.js](https://nextjs.org/). Your local developer experience will be the same as any Next.js app. To learn more about Next.js, see the [Next.js documentation](https://nextjs.org/docs).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 151,
3+
"label": "Promotions Builder"
4+
}

docs/rule-promotions/overview.md renamed to docs/promotions-builder/overview.md

Lines changed: 33 additions & 34 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 2,
3+
"label": "Promotions Builder API"
4+
}

docs/rule-promotions/rule-promotions-api/action-limitations/action-limitations-overview.md renamed to docs/promotions-builder/promotions-builder-api/action-limitations/action-limitations-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Action Limitations Overview
3-
nav_label: Action Limitations Overview
2+
title: Overview
3+
nav_label: Overview
44
sidebar_position: 1
55
---
66

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create Action Limitations and Exclusions Rule Promotion
3-
nav_label: Create Action Limitations and Exclusions Rule promotion
2+
title: Create Action Limitations and Exclusions Promotion
3+
nav_label: Create Action Limitations and Exclusions Promotion
44
sidebar_position: 3
55
---
66

7-
## `POST` Create Action Limitations and Exclusions Rule promotion
7+
## `POST` Create Action Limitations and Exclusions Promotion
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 1.5,
3+
"label": "Cart-level Promotions"
4+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create a Cart Fixed Discount Rule Promotion
3-
nav_label: Create a Cart Fixed Discount Rule Promotion
2+
title: Create a Cart Fixed Discount
3+
nav_label: Create a Cart Fixed Discount
44
sidebar_position: 3
55
---
66

7-
## `POST` Create a Cart Fixed Discount Rule Promotion
7+
## `POST` Create a Cart Fixed Discount
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
## Request Example
2626

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create a Cart Percent Discount Rule Promotion
3-
nav_label: Create a Cart Percent Discount Rule Promotion
2+
title: Create a Cart Percent Discount
3+
nav_label: Create a Cart Percent Discount
44
sidebar_position: 2
55
---
66

7-
## `POST` Create a Cart Percent Discount Rule Promotion
7+
## `POST` Create a Cart Percent Discount
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
## Request Example
2626

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
3434

3535
### Body
3636

37-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/commerce-cloud/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
37+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
3838

3939
## Request Example
4040

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create a Cart Percent Discount with Custom Attribute Rule Promotion
3-
nav_label: Create a Cart Percent with Custom Attribute Rule Promotion
2+
title: Create a Cart Percent Discount with Custom Attribute
3+
nav_label: Create a Cart Percent with Custom Attribute
44
sidebar_position: 4
55
---
66

7-
## `POST` Create a Cart Percent with Custom Attribute Rule Promotion
7+
## `POST` Create a Cart Percent with Custom Attribute
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the other fields, refer to [Rules Promotion API overview](/docs/commerce-cloud/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the other fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
| Name | Required | Type | Description |
2626
|:----------------|:---------|:---------|:-------------------------------------|
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 2,
3+
"label": "Item-level Promotions"
4+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create a Mixed of Cart and Item Percent Discount Rule Promotion
3-
nav_label: Create a Mixed of Cart and Item Percent Discount Rule Promotion
2+
title: Create a Mixed of Cart and Item Percent Discount
3+
nav_label: Create a Mixed of Cart and Item Percent Discount
44
sidebar_position: 5
55
---
66

7-
## `POST` Create a Mixed of Cart and Item Percent Discount Rule Promotion
7+
## `POST` Create a Mixed of Cart and Item Percent Discount
88

99
You can create a rule promotion using a combination of cart and item percent discount.
1010

@@ -24,7 +24,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2424

2525
### Body
2626

27-
For descriptions of the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
27+
For descriptions of the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2828

2929
## Request Example
3030

docs/rule-promotions/rule-promotions-api/item-rule-promotions/create-an-Item-percent-product-attribute.md renamed to docs/promotions-builder/promotions-builder-api/item-level-promotions/create-an-Item-percent-product-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To learn how to create product attributes, see [Product Attributes](/docs/api/fl
2121

2222
### Body
2323

24-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
24+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2525

2626
## Request Example
2727

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create an Item Fixed Discount Rule Promotion
3-
nav_label: Create an Item Fixed Discount Rule Promotion
2+
title: Create an Item Fixed Discount
3+
nav_label: Create an Item Fixed Discount
44
sidebar_position: 1.5
55
---
66

7-
## `POST` Create an Item Fixed Discount Rule Promotion
7+
## `POST` Create an Item Fixed Discount
88

99
:::note
1010
You can create an item discount where the mimimum discount amount is either $0 or 0%.
@@ -24,7 +24,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2424

2525
### Body
2626

27-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
27+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2828

2929
## Request Example
3030

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create an Item Fixed Price Discount Rule Promotion
3-
nav_label: Create an Item Fixed Price Discount Rule Promotion
2+
title: Create an Item Fixed Price Discount
3+
nav_label: Create an Item Fixed Price Discount
44
sidebar_position: 1
55
---
66

7-
## `POST` Create an Item Fixed Price Discount Rule Promotion
7+
## `POST` Create an Item Fixed Price Discount
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
## Request Example
2626

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an Item Rule Promotion with Sub Conditions
3-
nav_label: Create an Item Rule Promotion with Sub Conditions
2+
title: Create an Item Promotion with Sub Conditions
3+
nav_label: Create an Item Promotion with Sub Conditions
44
nav_position: 8
55
---
66

@@ -31,7 +31,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
3131

3232
### Body
3333

34-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/commerce-cloud/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
34+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
3535

3636
The following request example outlines how a 50% discount applies to items that meet all the specified conditions. The main rule is based on the cart's total value, while the sub conditions focus on item categories and attributes.
3737

docs/rule-promotions/rule-promotions-api/item-rule-promotions/create-condition-rule-promotion.md renamed to docs/promotions-builder/promotions-builder-api/item-level-promotions/create-item-discount-with-condition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create an Item Discount with Condition Rule Promotion
3-
nav_label: Create a Condition Rule Promotion
2+
title: Create an Item Discount with Condition
3+
nav_label: Create an Item Discount with Condition
44
sidebar_position: 2
55
---
66

7-
## `POST` Create an Item Discount with Condition Rule Promotion
7+
## `POST` Create an Item Discount with Condition
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
## Request Example
2626

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
1212
```
1313
You can create rule promotions with nested conditions, where the use of `or` with `item_sku` and `item_product_id` conditions allows for flexible and effective rule management.
1414

15-
For more information on how to handle item SKU and product ID together, see [Handling both Item SKU and Product ID together in Rule Promotion](/docs/rule-promotions/overview#handling-both-item-sku-and-product-id-together-in-rule-promotion).
15+
For more information on how to handle item SKU and product ID together, see [Handling both Item SKU and Product ID together](/docs/promotions-builder/overview#handling-both-item-sku-and-product-id-together).
1616

1717
## Parameters
1818

@@ -24,7 +24,7 @@ For more information on how to handle item SKU and product ID together, see [Han
2424

2525
### Body
2626

27-
For descriptions of the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
27+
For descriptions of the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2828

2929

3030
## Request Example
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Create an Item Percent Discount with Limitation and Condition Rule Promotion
3-
nav_label: Create an Item Percent Discount with Limitation and Condition Rule Promotion
2+
title: Create an Item Percent Discount with Limitations and Conditions
3+
nav_label: Create an Item Percent Discount with Limitations and Conditions
44
sidebar_position: 3
55
---
66

7-
## `POST` Create an Item Percent Discount with Limitation and Condition Rule Promotion
7+
## `POST` Create an Item Percent Discount with Limitations and Conditions
88

99
```http
1010
https://useast.api.elasticpath.com/v2/rule-promotions
@@ -20,7 +20,7 @@ https://useast.api.elasticpath.com/v2/rule-promotions
2020

2121
### Body
2222

23-
For descriptions about the fields, refer to [Rules Promotion API overview](/docs/rule-promotions/rule-promotions-api/rule-promotions-api-overview).
23+
For descriptions about the fields, refer to [Promotions Builder API overview](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview).
2424

2525
## Request Example
2626

0 commit comments

Comments
 (0)