> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pick Lists and Sheets

Generally, a pick sheet is for a single order while pick lists cover multiple orders for a pick wave. Both are used internally for store associates to collect the items in a pickup shipment and prepare them for the customer. This pick sheet shown below is for a single order, listing item identifiers and the quantity needed.

<CardGroup cols={2}>
  <Card title="Fulfillment Concepts" icon="book-open" href="/concept-guides/fulfillment" horizontal data-rec="concept-guide">
    Understand the broader fulfillment architecture and workflows
  </Card>

  <Card title="Fulfillment SLA Concepts" icon="book-open" href="/concept-guides/fulfillment-slas" horizontal data-rec="concept-guide">
    Understand service level agreements for fulfillment
  </Card>

  <Card title="Developer Reference" icon="code" href="/developer-guides/shipments" horizontal data-rec="developer-doc">
    See the Shipments API documentation for programmatic access
  </Card>
</CardGroup>

<Card title="Watch the Video Guide" icon="circle-play" href="/video/creating-and-managing-pick-waves" horizontal data-rec="video">
  Learn how to create and manage pick waves for fulfillment
</Card>

<Card title="Watch: Fulfiller Overview" icon="circle-play" href="/video/fulfiller-overview" horizontal data-rec="video">
  Get an introduction to the Fulfiller application
</Card>

<img src="https://mintcdn.com/kibocommerce-59e68a4a/HsxsmZiwYCuO9lws/img/order-pick-sheet.png?fit=max&auto=format&n=HsxsmZiwYCuO9lws&q=85&s=34059750ac844e101e3e603f6e5131eb" alt="Example of an order pick sheet with one item" width="1896" height="720" data-path="img/order-pick-sheet.png" />

When a pick wave is used to collect the items for multiple pickup orders at once, the items are displayed in one table with a column to designate the associated order numbers. If a particular product is included in more than one order, it appears on a separate row for each order with the appropriate quantity listed.

<img src="https://mintcdn.com/kibocommerce-59e68a4a/mirjU24xTFSyw6n2/img/pick-sheet-multiples.png?fit=max&auto=format&n=mirjU24xTFSyw6n2&q=85&s=b5d34a105765f3028cd3788118e417f5" alt="Example of an order pick list with multiple items" width="1864" height="875" data-path="img/pick-sheet-multiples.png" />
