SFCC - Maintaining Order status #439
Replies: 5 comments
-
|
What are your business requirements related to this? Have you looked at the documentation of the statuses in https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/DWAPI/scriptapi/html/api/class_dw_order_Order.html ? Reminder: SFCC B2C Platform (p.k.a. Demandware Digital) is not an OMS solution. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Guys,
Please refer below link for maintaining order status.
Its having complete detailed explanation.
https://xchange.demandware.com/message/83316#83316
Thanks
Sanjay
From: Zlatin Zlatev [mailto:notifications@github.com]
Sent: Wednesday, July 24, 2019 2:46 PM
To: SalesforceCommerceCloud/community
Cc: Subscribed
Subject: Re: [SalesforceCommerceCloud/community] SFCC - Maintaining Order status (#90)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
What are your business requirements related to this?
After all the system should behave the way business expects it.
If the standard statuses do not cover the business use cases, you can extend the model using custom statuses.
Have you looked at the documentation of the statuses in https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/DWAPI/scriptapi/html/api/class_dw_order_Order.html ?
Reminder: SFCC B2C Platform (p.k.a. Demandware Digital) is not an OMS solution.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://github.com/orgs/SalesforceCommerceCloud/teams/community/discussions/90/comments/1?email_source=notifications&email_token=AK5T6MCNP7PG4DFEKHZDOBTQBAMTXA5CNFSM4IGJ5GVKYY3PNVWWK3TUL52HS4DFWNCGS43DOVZXG2LPNZIG643UKJSXA3DZVJRW63LNMVXHIX3JMTHAAAQQYY>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK5T6MFPVWSJSVPKSP55KPTQBAMTXANCNFSM4IGJ5GVA>.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for responding. And I have looked at the documentations links but questions still remain. For example: What should be the Order, Shipping & Payment Status in case of - one item shipped, one cancelled and one one returned. Is it something specific to each client & let let to decide or there are standard recommendations? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Amit,
Please find below suggestion –
ð For example: What should be the Order, Shipping & Payment Status in case of - one item shipped, one cancelled and one returned.
ð Suggestion: This is something you need to customize (may vary based on client need) –
1) Create one custom attribute at ProductLineItem, name something like item_status.
2) Update Line Items ‘item_status’ attribute by value either shipped, partial shipped, returned (via job)
3) If all items are either in shipped, partial shipped, returned – you should update OrderStatus as “Completed”, Shipping status as “Shipped” and Payment Status as “Paid”.
4) If Some items status are missing then, surely order status should be move to “in Progress”, Shipping status “Partial shipped”, Payment status as “Paid”.
Hope, it’s helpful.
Please notify, if you have any concern.
Thanks
Sanjay
From: amitkathpal123 [mailto:notifications@github.com]
Sent: Wednesday, July 24, 2019 10:05 PM
To: SalesforceCommerceCloud/community
Cc: Sanjay Kumar Gautam; Comment
Subject: Re: [SalesforceCommerceCloud/community] SFCC - Maintaining Order status (#90)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Thanks for responding.
Actually client din't provided detailed requirements and asking for recommendations.
I understand, SFCC is not OMS system but client does want to store all order statues in SFCC.
And I have looked at the documentations links but questions still remain. For example: What should be the Order, Shipping & Payment Status in case of - one item shipped, one cancelled and one one returned.
Is it something specific to each client & let let to decide or there are standard recommendations?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://github.com/orgs/SalesforceCommerceCloud/teams/community/discussions/90/comments/3?email_source=notifications&email_token=AK5T6MENWYRGOFBKO6E2EW3QBCAC5A5CNFSM4IGJ5GVKYY3PNVWWK3TUL52HS4DFWNCGS43DOVZXG2LPNZIG643UKJSXA3DZVJRW63LNMVXHIX3JMTHAAAQRDM>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK5T6MEFNWOEQK4G2YTR73LQBCAC5ANCNFSM4IGJ5GVA>.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks Everyone. I am able to define order/shipment/payment statuses for all scenarios and client even have the option to choose a different status from allowed OOB status. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
We have situation where all the order statues will be saved in SFCC & will be directly coming from Warehouse management (no OMS).
Can you please point me to any documentation that explains standard order status change flow or recommendations are welcome.
For example, What will be Order, Shipping and Payment status when:
--- many more such scenarios can happen
Thanks,
Amit
Beta Was this translation helpful? Give feedback.
All reactions