OrderCloud released new capabilities on product collections and lists - so think wish lists or order guides in B2B. Due to the broader scope of roles OrderCloud can manage for you in commerce, product collections can be managed between sales reps and customers as formularies or order guides, or used for quote and CPQ use cases. In retail and services, product collections can be used for shopping lists, registries, and promotional offers.
Link: https://tinyurl.com/ypfwocb4
Link: https://tinyurl.com/ypfwocb4
β€2
Introducing Product Bundles in OrderCloud:
Official: https://tinyurl.com/2mf6wkx9
Blog post: https://tinyurl.com/yqlhh583
Official: https://tinyurl.com/2mf6wkx9
Blog post: https://tinyurl.com/yqlhh583
Whatβs New In Sitecore OrderCloud
- OrderCloud found its way to Sitecore Portal
- Project Affinity was put on hold
- React based Headstart Admin (instead of an old Angular-based): https://tinyurl.com/yovynj7o
- OrderCloud Javascript SDK (both CSR and SSR): https://tinyurl.com/yve4c62s
- Delivery Configuration and Delivery targets - internal (Send, Discover) or external (Kafka, HTTP endpoint, Event Hub).
- Enhancements to the Product Collection: https://tinyurl.com/35t24u99
Read more: https://tinyurl.com/ypn48hf5
- OrderCloud found its way to Sitecore Portal
- Project Affinity was put on hold
- React based Headstart Admin (instead of an old Angular-based): https://tinyurl.com/yovynj7o
- OrderCloud Javascript SDK (both CSR and SSR): https://tinyurl.com/yve4c62s
- Delivery Configuration and Delivery targets - internal (Send, Discover) or external (Kafka, HTTP endpoint, Event Hub).
- Enhancements to the Product Collection: https://tinyurl.com/35t24u99
Read more: https://tinyurl.com/ypn48hf5
π3
Subscriptions and the middleware
This post shows one way, of many, how to establish a simple middleware to handle the Subscriptions feature that comes with Sitecore OrderCloud
Link: http://tinyurl.com/yol8tmds
This post shows one way, of many, how to establish a simple middleware to handle the Subscriptions feature that comes with Sitecore OrderCloud
Link: http://tinyurl.com/yol8tmds
π2
Creating Product Variants and reading it using .NET OrderCloud SDK in Sitecore OrderCloud: http://tinyurl.com/yp75qa44
π1
Sitecore OrderCloud to unlock new commerce capabilities within Microsoft Cloud for Retail
Sitecore OrderCloud is now fully integrated with Microsoft Fabric, enhancing Microsoft Cloud for Retail with advanced commerce features. This collaboration leverages top-tier AI, analytics, and new management tools, accelerating our capabilities significantly.
Read: http://tinyurl.com/yskjdcyk
Sitecore OrderCloud is now fully integrated with Microsoft Fabric, enhancing Microsoft Cloud for Retail with advanced commerce features. This collaboration leverages top-tier AI, analytics, and new management tools, accelerating our capabilities significantly.
Read: http://tinyurl.com/yskjdcyk
π1
Welcome OrderCloud Accelerator!
The path to architecting a full OrderCloud solution can initially seem daunting, especially you are new to developing solutions with headless APIs. Accelerator tool aims to speed up the solution development process by automating Azure infrastructure and DevOps, and providing an out-of-the-box, lightweight OrderCloud administrative application that follows best-in-class practices and patterns. This tool could save your team up to hundreds of development hours, significantly reducing the time it takes to go live.
Tools to jumpstart your marketplace solution include:
- Seeding data for your OrderCloud marketplace, automated
- Provisioning the necessary Azure resources for your applications
- Deployment capability straight from VSCode
- Populating local development settings for applications, including
- A robust admin application with near-full coverage of the OrderCloud API and customization options
Go for it: https://ordercloud.io/knowledge-base/accelerator
The path to architecting a full OrderCloud solution can initially seem daunting, especially you are new to developing solutions with headless APIs. Accelerator tool aims to speed up the solution development process by automating Azure infrastructure and DevOps, and providing an out-of-the-box, lightweight OrderCloud administrative application that follows best-in-class practices and patterns. This tool could save your team up to hundreds of development hours, significantly reducing the time it takes to go live.
Tools to jumpstart your marketplace solution include:
- Seeding data for your OrderCloud marketplace, automated
- Provisioning the necessary Azure resources for your applications
- Deployment capability straight from VSCode
- Populating local development settings for applications, including
env.local files and settings.json files- A robust admin application with near-full coverage of the OrderCloud API and customization options
Go for it: https://ordercloud.io/knowledge-base/accelerator
π₯4
CDP Order REST API (v2.1)
Use the Order REST API to create, retrieve, update, and delete order data in Sitecore CDP. This REST API lets you interact with the following objects:
- Order - the parent for all other objects, containing attributes common to the entire order.
- Order item - something that has been purchased as part of the order.
- Order contact - the primary contact person for an order.
- Order consumer - the person that consumes the order item.
- Order data extension - any key-value pairs you want to add to the order object.
- Order item data extension - any key-value pairs you want to add to the order item object.
Note the following:
- To use this REST API, you must authenticate your API requests.
- All API requests are made in your production environment.
- This reference documentation describes Sitecore CDP functionality for data model 2.1.
Link: https://api-docs.sitecore.com/cdp/order-rest-api
Use the Order REST API to create, retrieve, update, and delete order data in Sitecore CDP. This REST API lets you interact with the following objects:
- Order - the parent for all other objects, containing attributes common to the entire order.
- Order item - something that has been purchased as part of the order.
- Order contact - the primary contact person for an order.
- Order consumer - the person that consumes the order item.
- Order data extension - any key-value pairs you want to add to the order object.
- Order item data extension - any key-value pairs you want to add to the order item object.
Note the following:
- To use this REST API, you must authenticate your API requests.
- All API requests are made in your production environment.
- This reference documentation describes Sitecore CDP functionality for data model 2.1.
Link: https://api-docs.sitecore.com/cdp/order-rest-api
β€1
Webhooks that are triggered by a call from an anonymous buyer user will now include the
AnonUserToken in the webhook payload, allowing the receiver to use the token to access the anonymous user's orderLastActive on User and wildcard support in the Rules Engine
- Buyer, Admin and Supplier Users now have a LastActive property exposed that is accurate within a few minutes
- The Rules Engine, which powers Promotion and Approval Rule expressions, now supports using wildcards on any string property, for example
- Buyer, Admin and Supplier Users now have a LastActive property exposed that is accurate within a few minutes
- The Rules Engine, which powers Promotion and Approval Rule expressions, now supports using wildcards on any string property, for example
items.any(product.incategory('c*'))Sync Endpoints for Entity and Product Sync
The Product Sync and Entity Sync features now have /sync endpoints, allowing you to target a specific product or entity for synchronization to quickly resolve sync issues. Especially useful in Product Sync if you are configured for content merging with the Search Ingestion integration.
Docs here:
https://ordercloud.io/knowledge-base/productsync#sync-endpoint
https://ordercloud.io/knowledge-base/entity-synchronization#sync-endpoints
The Product Sync and Entity Sync features now have /sync endpoints, allowing you to target a specific product or entity for synchronization to quickly resolve sync issues. Especially useful in Product Sync if you are configured for content merging with the Search Ingestion integration.
Docs here:
https://ordercloud.io/knowledge-base/productsync#sync-endpoint
https://ordercloud.io/knowledge-base/entity-synchronization#sync-endpoints
Product Synchronization & Sitecore Search
Search provides the ability for customers to provide locale specific information, such as unique category names or product descriptions, in order to tailor search results based on a userβs locale. That information is typically stored within an external CMS, not within OrderCloud, as it is a content concern.
To bridge the gap between the content needed for Search and the data available in OrderCloud, we released an enhancement to the Delivery Configuration for Search Ingestion that allows you to define locales along with an HTTP endpoint where the external information is accessed from.
Read: https://tinyurl.com/3znyzjyh
Search provides the ability for customers to provide locale specific information, such as unique category names or product descriptions, in order to tailor search results based on a userβs locale. That information is typically stored within an external CMS, not within OrderCloud, as it is a content concern.
To bridge the gap between the content needed for Search and the data available in OrderCloud, we released an enhancement to the Delivery Configuration for Search Ingestion that allows you to define locales along with an HTTP endpoint where the external information is accessed from.
Read: https://tinyurl.com/3znyzjyh
π1
he List Shipment Items endpoint now supports two sorting options:
OrderID and LineItemID