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

# Pricing Bulky Goods Separately

> Assign specific items a dedicated shipping price via a shipping class

Objective: Specific items (for example bulky goods) should receive their own shipping price, independent of the rest of the product range.

<Steps>
  <Step title="Create a shipping class">
    Create a [shipping class](/docs/en/bc-shipping-costs/user-guide/versandklassen), for example with the code `SPERRGUT`.
  </Step>

  <Step title="Assign the class to the items">
    Assign the shipping class to the affected [items](/docs/en/bc-shipping-costs/user-guide/artikel). You will find the **Shipping Class Code** field on the item card in the Item section.
  </Step>

  <Step title="Create a shipping option for the class">
    Create a [shipping option](/docs/en/bc-shipping-costs/user-guide/versandoptionen) with this **shipping class** and enter the dedicated price in the **Shipping Costs** field.

    <Check>
      If an order contains items of this shipping class, the matching shipping option with the special price applies.
    </Check>
  </Step>
</Steps>

## Related Topics

<CardGroup cols={2}>
  <Card title="Shipping Classes" icon="boxes-stacked" href="/docs/en/bc-shipping-costs/user-guide/versandklassen">
    Create and prioritize classes.
  </Card>

  <Card title="Items" icon="tag" href="/docs/en/bc-shipping-costs/user-guide/artikel">
    Assign a shipping class to an item.
  </Card>
</CardGroup>
