Uh oh!
There was an error while loading. Please reload this page.
SFCC provider - #727
Merged
Merged
Conversation
Contributor
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lfades
reviewed
Apr 8, 2022
Uh oh!
There was an error while loading. Please reload this page.
lfades
requested changes
Apr 8, 2022
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lfades
reviewed
Apr 18, 2022
Uh oh!
There was an error while loading. Please reload this page.
lfades
reviewed
Apr 18, 2022
Uh oh!
There was an error while loading. Please reload this page.
lfades
reviewed
Apr 18, 2022
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Luis Alvarez D. <luis@vercel.com>
Contributor
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
lfades
reviewed
Apr 20, 2022
Comment on lines
+1
to
+13
| { | ||
| "products": [ | ||
| { | ||
| "id": "Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0LzU0NDczMjUwMjQ0MjA=", | ||
| "name": "New Short Sleeve T-Shirt", | ||
| "vendor": "Next.js", | ||
| "path": "/new-short-sleeve-t-shirt", | ||
| "slug": "new-short-sleeve-t-shirt", | ||
| "price": { "value": 25, "currencyCode": "USD" }, | ||
| "descriptionHtml": "<p><span>Show off your love for Next.js and Vercel with this unique, </span><strong>limited edition</strong><span> t-shirt. This design is part of a limited run, numbered drop at the June 2021 Next.js Conf. It features a unique, handcrafted triangle design. Get it while supplies last – only 200 of these shirts will be made! </span><strong>All proceeds will be donated to charity.</strong></p>", | ||
| "images": [ | ||
| { | ||
| "url": "/assets/drop-shirt-0.png", |
lfades
approved these changes
Apr 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEMO: https://salesforce-commerce-cloud-k64k3c49m-vercel-solutions-vtest314.vercel.app/
fixes: #164
SalesForce Cloud Commerce Provider
getProductsuse SDK search under the hoodhttps://commerce-sfcc-dominiksipowicz.vercel.app/api/catalog/products?search=dressHow to test?
https://commerce-sfcc-dominiksipowicz.vercel.app/api/catalog/products?search=dresshttps://commerce-sfcc-dominiksipowicz.vercel.app/references:
features:
{ "provider": "sfcc", "features": { "wishlist": false, "cart": false, "search": true, "customerAuth": false, "customCheckout": false } }Training Material and Documentation:
For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation:
Salesforce Trailhead for B2C Commerce Cloud: https://trailhead.salesforce.com/en/content/learn/trails/cc-overview
Salesforce Trailhead for Development on B2C Commerce Cloud: https://trailhead.salesforce.com/en/content/learn/trails/develop-for-commerce-cloud
B2C Commerce Cloud Documentation:https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp
B2C Commerce Cloud Open Commerce API Doc: https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/OCAPI/current/usage/OpenCommerceAPI.html?cp=0_15
Developer Center for Commerce Cloud (Commerce APIs specifically): https://developer.salesforce.com/docs/commerce/commerce-api/overview
SLAS Org Admin Setup Guide: https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=slas-admin:Summary