Skip to content

Release/20260119 5.0.0 preview - for ECOM 26.2#266

Merged
alexvuong merged 8 commits into
previewfrom
release/20260119-5.0.0-preview
Jan 20, 2026
Merged

Release/20260119 5.0.0 preview - for ECOM 26.2#266
alexvuong merged 8 commits into
previewfrom
release/20260119-5.0.0-preview

Conversation

@alexvuong
Copy link
Copy Markdown
Contributor

@alexvuong alexvuong commented Jan 19, 2026

Preview preperation for 5.0.0-preview. List of api below are pulled that is matched with ECOM 26.2. See here

shopper-baskets-oas-v1=1.9.4
shopper-baskets-oas-v2=2.3.3
shopper-configurations-oas-v1=1.0.2
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-seo-oas-v1=1.0.17
shopper-stores-oas-v1=1.0.19

This PRs add some custom change to slasHelper.ts in this #235.

@alexvuong alexvuong requested a review from a team as a code owner January 19, 2026 22:13
@alexvuong alexvuong changed the base branch from old_preview to preview January 19, 2026 23:21
@alexvuong alexvuong changed the title Release/20260119 5.0.0 preview Release/20260119 5.0.0 preview - for ECOM 26.1.1 Jan 19, 2026
@alexvuong alexvuong changed the title Release/20260119 5.0.0 preview - for ECOM 26.1.1 Release/20260119 5.0.0 preview - for ECOM 26.2 Jan 20, 2026
Comment thread package.json
{
"name": "commerce-sdk-isomorphic",
"version": "4.2.0",
"version": "5.0.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the base at the new major version since all of these new apis are breaking change. Adding to preview won't automatically release to npm. We want to keep nightly release going with the base 5.0.0 moving forwards.

Copy link
Copy Markdown
Contributor

@vcua-mobify vcua-mobify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look fine to me.

@syadupathi-sf I have a question about a change you made in #235 . Is the slasHelper changes relating to a new functionality of the passwordless login api?

lastName?: string;
email?: string;
firstName?: string;
phoneNumber?: string;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update the javadoc to describe what these new parameters are for.

Specifically, it looks like authorizePasswordless is now able to register customers if the registerCustomer boolean is true? It looks like it's a new feature of the API itself and not us making several calls behind the scenes.

Copy link
Copy Markdown
Contributor

@joeluong-sfcc joeluong-sfcc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview release LGTM, I confirmed that the API versions in the table align with what's in the directory

Moving forward, for the proper release, we should just be able to merge preview into main and create a github release assuming no changes need to be made from smoke testing correct?

description: A three letter uppercase currency code conforming to the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard.
example: USD
type: string
NoValue:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is breaking but since we're bumping up a major version we're okay

@alexvuong alexvuong merged commit a7adeff into preview Jan 20, 2026
6 checks passed
joeluong-sfcc added a commit that referenced this pull request Jan 27, 2026
* Release/20260119 5.0.0 preview - for ECOM 26.2 (#266)

* update for 5.0.0 release

* update docs

* handle case for unique items

---------

Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants