Skip to content

Commit 2ef1b0b

Browse files
authored
chore(release): publish v0.10.0 (#29)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 7d77efb commit 2ef1b0b

19 files changed

Lines changed: 19 additions & 19 deletions

.agents/plugins/commercetools/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commercetools",
33
"displayName": "commercetools",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "Build commercetools solutions faster",
66
"author": {
77
"name": "commercetools",

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/b2b-customer-group-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These parameters are also known as **price selection criteria**.
2828

2929
### 1. Product Projection Search
3030

31-
If currency and additional price selection parameters are passed in a Product Projection Search request, the platform applies price selection logic and returns the matching price for each product/variant. See the official docs: [Price Selection](https://docs.commercetools.com/api/projects/products#price-selection).
31+
If currency and additional price selection parameters are passed in a Product Projection Search request, the platform applies price selection logic and returns the matching price for each product/variant. See the official docs: [Price Selection](https://docs.commercetools.com/api/pricing-and-discounts-overview#price-selection).
3232

3333
### 2. Cart Line Items
3434

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/bopis-shipping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
Consider a scenario where you want to allow customers to pick up certain products in-store while shipping others to their home or a designated delivery address. While the process for managing this use case is documented at https://docs.commercetools.com/tutorials/multiple-shipping-addresses-methods#using-multiple-shipping-methods, this article provides additional context and insights.
5+
Consider a scenario where you want to allow customers to pick up certain products in-store while shipping others to their home or a designated delivery address. While the process for managing this use case is documented at https://docs.commercetools.com/tutorials/multiple-shipping-addresses-methods#use-multiple-shipping-methods, this article provides additional context and insights.
66

77
## High Level Flow
88

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/customer-group-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Customer groups are typically used in conjunction with Currency Code, Country an
1818
---
1919

2020
1. If price currency and additional price selection parameters are included in product projection search, the platform will use price selection logic to return the matching price to the customer.
21-
- Reference: https://docs.commercetools.com/api/projects/products#price-selection
21+
- Reference: https://docs.commercetools.com/api/pricing-and-discounts-overview#price-selection
2222

2323
2. When adding lineItems to carts, the platform will use the currency and additional price selection parameters to select the same price. In order for price selection to work when calling `addLineItem`, the price selection parameters (i.e. `currencyCode`, `country`, `customerGroup`...) must be present on the cart. See: https://docs.commercetools.com/api/projects/carts
2424

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/high-precision-money.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Documentation: https://docs.commercetools.com/api/types#highprecisionmoney
66

77
HighPrecision Money provides greater decimal precision than the BaseMoney type. Allowing for non-traditional currencies (for example, Crypto Currencies) as well as product pricing (for example, Gasoline).
88

9-
Usage documentation: https://docs.commercetools.com/api/types#usage
9+
Usage documentation: https://docs.commercetools.com/api/types#moneytype
1010

1111
Introducing HighPrecisionMoney into a project can add risk and complexity. The business value of supporting HighPrecisionMoney should be evaluated against this risk and complexity, including:
1212

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/limited-time-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ curl --location 'https://import.us-central1.gcp.commercetools.com/{your-project-
8080
}
8181
```
8282

83-
For additional information on import containers and best practices, refer to [this document](https://docs.commercetools.com/api/import-export/best-practices#using-import-containers-effectively).
83+
For additional information on import containers and best practices, refer to [this document](https://docs.commercetools.com/api/import-export/best-practices#effective-use-of-import-containers).
8484

8585
### Uploading prices to the Import Container
8686

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/shipping-predicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ This means rather than one complex predicate, they created per-warehouse shippin
4343

4444
- https://docs.commercetools.com/api/projects/predicates
4545
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
46-
- Get matching ShippingMethods for a Cart (the canonical predicate-evaluated lookup): https://docs.commercetools.com/api/projects/shippingMethods#get-matching-shippingmethods-for-a-cart (`/shipping-methods/matching-cart`)
46+
- Get matching ShippingMethods for a Cart (the canonical predicate-evaluated lookup): https://docs.commercetools.com/api/projects/shippingMethods#get-matching-shipping-methods (`/shipping-methods/matching-cart`)

.agents/plugins/commercetools/skills/commercetools-commerce-patterns/references/tiered-rates-cart-score.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ At this point an easy solution will be in the front end to eliminate the shippin
3434

3535
- https://docs.commercetools.com/api/projects/predicates
3636
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
37-
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethods-for-a-cart-and-location
37+
- https://docs.commercetools.com/api/projects/shippingMethods#get-matching-shippingmethods-for-a-cart#for-a-cart-and-location

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "commercetools",
1212
"source": "./",
1313
"description": "Build commercetools solutions faster",
14-
"version": "0.9.0",
14+
"version": "0.10.0",
1515
"author": {
1616
"name": "commercetools",
1717
"email": "support@commercetools.com",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
33
"name": "commercetools",
44
"displayName": "commercetools",
5-
"version": "0.9.0",
5+
"version": "0.10.0",
66
"description": "Build commercetools solutions faster",
77
"author": {
88
"name": "commercetools",

0 commit comments

Comments
 (0)