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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## v5.1.0

### API Versions

| API Name | API Version |
|----------|-------------|
| shopper-login | 1.46.0 |
| shopper-baskets | 1.11.0 |
| shopper-baskets | 2.5.1 |
| shopper-configurations | 1.2.0 |
| shopper-consents | 1.1.4 |
| shopper-context | 1.1.3 |
| shopper-customers | 1.6.1 |
| shopper-experience | 1.2.1 |
| shopper-gift-certificates | 1.2.0 |
| shopper-orders | 1.12.1 |
| shopper-payments | 1.4.0 |
| shopper-products | 1.3.0 |
| shopper-promotions | 1.2.0 |
| shopper-search | 1.8.0 |
| shopper-seo | 1.0.17 |
| shopper-stores | 1.2.0 |

### Enchancements

- Allow developers to pass in custom fetch implementation via `clientConfig` [#272](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/272)
Expand Down
28 changes: 15 additions & 13 deletions api-versions.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
shopper-baskets-oas-v1=1.9.4
shopper-baskets-oas-v2=2.3.3
shopper-configurations-oas-v1=1.0.2
# APIs for ECOM v26.3
# Formally Shopper Login
auth-oas-v1=1.46.0
shopper-baskets-oas-v1=1.11.0
shopper-baskets-oas-v2=2.5.1
shopper-configurations-oas-v1=1.2.0
shopper-consents-oas-v1=1.1.4
shopper-context-oas-v1=1.1.3
shopper-customers-oas-v1=1.3.2
shopper-experience-oas-v1=1.1.2
shopper-gift-certificates-oas-v1=1.0.29
shopper-login-oas-v1=1.42.2
shopper-orders-oas-v1=1.10.0
shopper-payments-oas-v1=1.2.3
shopper-products-oas-v1=1.1.3
shopper-promotions-oas-v1=1.0.39
shopper-search-oas-v1=1.5.4
shopper-customers-oas-v1=1.6.1
shopper-experience-oas-v1=1.2.1
shopper-gift-certificates-oas-v1=1.2.0
shopper-orders-oas-v1=1.12.1
shopper-payments-oas-v1=1.4.0
shopper-products-oas-v1=1.3.0
shopper-promotions-oas-v1=1.2.0
shopper-search-oas-v1=1.8.0
shopper-seo-oas-v1=1.0.17
shopper-stores-oas-v1=1.0.19
shopper-stores-oas-v1=1.2.0

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"main": "shopper-login-oas-v1-public.yaml",
"name": "Shopper Login OAS",
"main": "auth-oas-v1-public.yaml",
"name": "Auth OAS",
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
"assetId": "shopper-login-oas",
"version": "1.42.2",
"assetId": "auth-oas",
"version": "1.46.0",
"classifier": "oas",
"tags": [],
"descriptorVersion": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Shopper Baskets OAS",
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
"assetId": "shopper-baskets-oas",
"version": "1.9.4",
"version": "1.11.0",
"classifier": "oas",
"tags": [],
"descriptorVersion": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
x-api-type: Shopper
x-api-family: Checkout
title: Shopper Baskets
version: 1.9.4
version: 1.11.0
description: |-
[Download API specification](https://developer.salesforce.com/static/commercecloud/commerce-api/shopper-baskets/shopper-baskets-oas-v1-public.yaml)

Expand Down Expand Up @@ -126,6 +126,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
responses:
'200':
description: The initialized basket.
Expand Down Expand Up @@ -206,6 +207,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/overrideExisting'
- $ref: '#/components/parameters/merge'
Expand Down Expand Up @@ -297,6 +299,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/createDestinationBasket'
- $ref: '#/components/parameters/productItemMergeMode'
Expand Down Expand Up @@ -346,6 +349,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
responses:
'204':
description: Success, without a body.
Expand Down Expand Up @@ -377,6 +381,7 @@ paths:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-baskets-orders
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
responses:
Expand Down Expand Up @@ -418,6 +423,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/removeExternalTax'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -486,6 +492,7 @@ paths:
security:
- ShopperTokenTaob:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
responses:
Expand Down Expand Up @@ -528,6 +535,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
- $ref: '#/components/parameters/useAsShipping'
Expand Down Expand Up @@ -583,6 +591,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
requestBody:
Expand Down Expand Up @@ -642,6 +651,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
responses:
Expand Down Expand Up @@ -690,6 +700,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
requestBody:
Expand Down Expand Up @@ -751,6 +762,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
responses:
Expand Down Expand Up @@ -807,6 +819,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
responses:
'200':
description: Success, the response body contains the basket without the deleted gift certificate.
Expand All @@ -826,6 +839,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/locale'
responses:
Expand Down Expand Up @@ -950,6 +964,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1001,6 +1016,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1057,6 +1073,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -1118,6 +1135,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1222,6 +1240,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1279,6 +1298,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -1325,6 +1345,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1381,6 +1402,7 @@ paths:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-baskets-orders
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -1430,6 +1452,7 @@ paths:
security:
- ShopperTokenTaob:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1481,6 +1504,7 @@ paths:
security:
- ShopperTokenTaob:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -1524,6 +1548,7 @@ paths:
security:
- ShopperTokenTaob:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1662,6 +1687,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1733,6 +1759,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -1792,6 +1819,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1848,6 +1876,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1908,6 +1937,7 @@ paths:
security:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1966,6 +1996,7 @@ paths:
- ShopperToken:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-baskets-orders
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/siteId'
- $ref: '#/components/parameters/locale'
Expand Down Expand Up @@ -2009,6 +2040,7 @@ paths:
security:
- ShopperTokenTaob:
- sfcc.shopper-baskets-orders.rw
- sfcc.shopper-standard
parameters:
- $ref: '#/components/parameters/exchange'
- $ref: '#/components/parameters/locale'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Shopper Baskets OAS",
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
"assetId": "shopper-baskets-oas",
"version": "2.3.3",
"version": "2.5.1",
"classifier": "oas",
"tags": [],
"descriptorVersion": "1.0.0",
Expand Down
Loading
Loading