<div class="doc-version" data-version="unstable">
  <p>A group of one or more items to be fulfilled together. Every cart line belongs to
exactly one fulfillment group.</p>
    <div>
    <h2 id="on-this-page">On this page</h2>
    <ul>
      <li>
        <a href="#fields-unstable">
          Fields
        </a>
      </li>
      <li>
        <a href="#types-that-return-fulfillmentgroup-unstable">
          Types that return FulfillmentGroup
        </a>
      </li>
    </ul>
  </div>
<h2 id="fields-unstable">
  Fields
</h2>
  <ul class="fields">
      <li>
        <div class="field" id="deliverygroup-unstable">
          <div class="field-name">
            deliveryGroup
            (<a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/common-objects/cartdeliverygroup"><code>CartDeliveryGroup!</code></a>)
          </div>
          <div>
            <p>The delivery group for the fulfillment group. Contains information about
the destination address and which delivery options were available for this
set of cart lines.</p>
          </div>
        </div>
      </li>
      <li>
        <div class="field" id="handle-unstable">
          <div class="field-name">
            handle
            (<a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/scalar#handle-unstable"><code>Handle!</code></a>)
          </div>
          <div>
            <p>The fulfillment group handle.</p>
          </div>
        </div>
      </li>
      <li>
        <div class="field" id="id-unstable">
          <div class="field-name">
            id
            (<a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/scalar#id-unstable"><code>ID!</code></a>)
          </div>
          <div>
            <p>The ID of the fulfillment group.</p>
          </div>
        </div>
      </li>
      <li>
        <div class="field" id="inventorylocationhandles-unstable">
          <div class="field-name">
            inventoryLocationHandles
            (<a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/scalar#handle-unstable"><code>[Handle!]!</code></a>)
          </div>
          <div>
            <p>The list of inventory location handles for the fulfillment group.
These are the locations that stock the items, and can be used to fulfill
this particular group of items.</p>
          </div>
        </div>
      </li>
      <li>
        <div class="field" id="lines-unstable">
          <div class="field-name">
            lines
            (<a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/common-objects/cartline"><code>[CartLine!]!</code></a>)
          </div>
          <div>
            <p>The merchandise in the fulfillment group. A subset of cart lines.</p>
          </div>
        </div>
      </li>
  </ul>
  <h2 id="types-that-return-fulfillmentgroup-unstable">
    Types that return FulfillmentGroup
  </h2>
  <ul>
    <li>
      <a href="/api/functions/reference/local-pickup-delivery-option-generator/graphql/input#fulfillmentgroups-unstable">
        <code>Input.fulfillmentGroups</code>
      </a>
    </li>
  </ul>
</div>