-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated document: Brokering and Fulfillment flow of NEC #409
base: implementations-pub
Are you sure you want to change the base?
Updated document: Brokering and Fulfillment flow of NEC #409
Conversation
|
||
{% hint style="danger" %} | ||
To support this workflow, the warehouse facility type must be passed as an excluded `type` in the Rejected Order Brokering Job. | ||
{% endhint %} | ||
|
||
The rigidity of the WMS software used by New Era Caps also means that if the warehouse cannot fulfill an order item, it is canceled on Shopify manually by a CSR. When CSRs preform this cancellation on Shopify, the also add a “Reshipped” tag on the order to indicate that HotWax needs to resend it to the WMS. | ||
The WMS software used by New Era Caps is not able to differentiate between two separate shipments of the same order when creating its CSV feed of fulfilled orders. Due to this rigidity, if the WMS cannot fulfill an order item, then CSR will ask the customer whether to cancel the item or replace it with a different item. | ||
1. If the item is canceled then the OMS will reshipped the order to WMS. When CSRs cancel order item on Shopify, they add a “Reshipped” tag on the order to indicate that HotWax needs to resend it to the WMS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. If the item is canceled then the OMS will reshipped the order to WMS. When CSRs cancel order item on Shopify, they add a “Reshipped” tag on the order to indicate that HotWax needs to resend it to the WMS. | |
1. If the item is canceled then the OMS will reship the order to WMS. When CSRs cancel order item on Shopify, they add a “Reshipped” tag on the order to indicate that HotWax needs to resend it to the WMS. |
@@ -22,6 +22,10 @@ Once an order has been packed and is ready for pickup, an email to the customer | |||
|
|||
New Era Caps is also rolling out a new locker based pickup solution where store staff place the packed order items into a locker where customers can pick them up at their own convenience. To support this workflow, staff will mark orders as packed in the BOPIS fulfillment app after placing the order items in the locker. The email sent to the customer will include a unique password and locker number which the customer can use to unlock the locker and collect their order items. | |||
|
|||
### Not picked orders |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not very descriptive in helping the reader understand why this process exists. What kind of decision making was done and if re-stocking was even an option. These details should be considered when writing this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidents approved. Meant to request changes
@Nishtha-Jain-1119 please revisit |
closes Update Documentation: Brokering flow of NEC #405