# Create Pickers

HotWax Commerce allows retailers to select pickers to streamline the process of picking orders from the shelves. As orders continuously flow in, efficient delegation of the picking items to pickers is crucial for timely processing. This delegation ensures that orders are processed promptly and accurately, contributing to customer satisfaction and retention. Furthermore, the feature facilitates incentive-based performance evaluation for pickers, motivating them to handle orders efficiently.\
Store managers can assign the picklist to picker to pick orders from the fulfillment app. The generated picklists can be printed or displayed in the picking app. Only the users with the picker role will be visible to store managers when assigning orders. Pickers can be created in two ways:

**Adding Pickers in Bulk**

1. Log in to HotWax Commerce and Navigate to the `MDM` > `EXIM` page through the Hamberger menu.
2. On the `EXIM` Page Choose `Picker` under the `Relationship` headings from the options available under `Imports` section.
3. This will open an `import picker data setup` page.
4. On the `import picker data setup` page, download the sample CSV template, fill it with the required details, save the file, and upload it back into the system.

**Following field need to be added in the CSV file:**

| Field                | Description                          |
| -------------------- | ------------------------------------ |
| external\_party\_id  | ID of the external party             |
| employee\_id         | ID of the employee                   |
| first\_name          | First name of the employee           |
| last\_name           | Last name of the employee            |
| facility\_id         | ID of the associated facility        |
| facility\_associated | Name of the associated facility      |
| hiring\_date         | Date of hiring the employee          |
| status               | 'A' for Active or 'T' for terminated |
| termination\_date    | Date of termination, if applicable   |

{% embed url="<https://youtu.be/3ZBxeYHPyeg>" %}
Video: Adding Pickers in Bulk
{% endembed %}

**Adding Individual Pickers**

1. Navigate to the `user management app` of HotWax Commerce.
2. Open the user you want to make a `Picker` or [create a new user](/documents/administration-company-administration-company-administration-company/administration/users/create-user.md)
3. Go to the `Fulfillment` card and toggle on `Show as a picker`.
4. Click the 'Add Facilities' button and select the facilities the picker is linked to.

{% hint style="warning" %}
If a picker is not linked to the facility, the picker will not appear on the Assign Picker dialog box on the Fulfillment or BOPIS App.
{% endhint %}

{% embed url="<https://youtu.be/6BW4Hxi08N0>" %}
Video: Adding Individual Pickers
{% endembed %}

**Verify Picker**

1.Go to the `Store Fulfillment` app within HotWax Commerce.

2.Access the Orders tab within the store [`Fulfillment`](https://github.com/hotwax/oms-documentation/blob/user-guides-pub/documents/store-operations/fulfillment/README.md)

3.Locate the order that need to be processed, or select orders in bulk.

4.After selecting the desired orders we can select to pick order option to assign the picker or click on `Print Picklist` to generate the picking list.

5.Search for Picker: Search for the picker by name, `Hotwax ID`, or `external ID`. The picker's name should appear in the list menu for selection.

{% embed url="<https://youtu.be/xseO7a2u4E4>" %}
Video: Verification of Pickers
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hotwax.co/documents/administration-company-administration-company-administration-company/administration/users/add-picker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
