forcedotcom / commerce-on-lightning

An SFDX Plugin to setup a B2C or B2B Store
BSD 3-Clause "New" or "Revised" License
65 stars 71 forks source link

Create Fulfillment Orders Flows #283

Closed szelenin-salesforce closed 8 months ago

szelenin-salesforce commented 8 months ago

What does this PR do?

This PR contains flows that create Fulfillment Orders after the Order placement.

What issues does this PR fix or reference?

@W-14036907@

Functionality Before

Fulfillment Orders were not created after the order is placed.

Functionality After

After a buyer places the order with multiple delivery groups a background process of Fulfillment Order creation will be started and it should create 1 fulfillment order per delivery group. See demo here https://drive.google.com/file/d/1Nlpm070A9Ze0_pHt3iGEkZcu_YS6bBHf/view

How to Test/Testing Effort

See items starting from 5. https://salesforce.quip.com/KI8kAOruSC4B#temp:C:ATB56fa165862084f7683a873a82

szelenin-salesforce commented 8 months ago

@joeluong-sfcc Can you please approve the PR?