Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/plugins/commercetools/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commercetools",
"displayName": "commercetools",
"version": "0.3.0",
"version": "0.4.0",
"description": "Build commercetools solutions faster",
"author": {
"name": "commercetools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ This means rather than one complex predicate, they created per-warehouse shippin

## Useful Links

- https://docs.commercetools.com/tutorials/shipping-method-with-predicate
- https://docs.commercetools.com/api/projects/predicates
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
- 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`)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ At this point an easy solution will be in the front end to eliminate the shippin

## Useful Links

- https://docs.commercetools.com/tutorials/shipping-method-with-predicate
- https://docs.commercetools.com/api/projects/predicates
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethods-for-a-cart-and-location
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "commercetools",
"source": "./",
"description": "Build commercetools solutions faster",
"version": "0.3.0",
"version": "0.4.0",
"author": {
"name": "commercetools",
"email": "support@commercetools.com",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "commercetools",
"displayName": "commercetools",
"version": "0.3.0",
"version": "0.4.0",
"description": "Build commercetools solutions faster",
"author": {
"name": "commercetools",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "commercetools",
"source": "./",
"description": "Build commercetools solutions faster",
"version": "0.3.0",
"version": "0.4.0",
"logo": "assets/commercetools-symbol.svg"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commercetools",
"displayName": "commercetools",
"version": "0.3.0",
"version": "0.4.0",
"description": "Build commercetools solutions faster",
"author": {
"name": "commercetools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ This means rather than one complex predicate, they created per-warehouse shippin

## Useful Links

- https://docs.commercetools.com/tutorials/shipping-method-with-predicate
- https://docs.commercetools.com/api/projects/predicates
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
- 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`)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ At this point an easy solution will be in the front end to eliminate the shippin

## Useful Links

- https://docs.commercetools.com/tutorials/shipping-method-with-predicate
- https://docs.commercetools.com/api/projects/predicates
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethod
- https://docs.commercetools.com/api/projects/shippingMethods#get-shippingmethods-for-a-cart-and-location
Loading