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

# House discount tasks

> Create, read, update, and delete house-scoped buyer discounts.

House discounts key a discount to a buyer's corporate house, resolved up the
[brand hierarchy](/v2/concepts/glossary#brand-hierarchy) and applied at
[product discovery](/v2/guides/discovery). See the
[overview](/v2/storefront/house-discounts/overview) for how a discount is chosen
and how it composes with [buyer instructions](/v2/storefront/buyer-instructions/overview).

<CardGroup cols={2}>
  <Card title="List house discounts" href="/v2/storefront/house-discounts/tasks/list-house-discounts" icon="list">
    Read every house discount on the storefront.
  </Card>

  <Card title="Create house discount" href="/v2/storefront/house-discounts/tasks/create-house-discount" icon="plus">
    Add a discount for a corporate house.
  </Card>

  <Card title="Update house discount" href="/v2/storefront/house-discounts/tasks/update-house-discount" icon="pen">
    Change the discount or notes on a row.
  </Card>

  <Card title="Delete house discount" href="/v2/storefront/house-discounts/tasks/delete-house-discount" icon="trash">
    Remove a row by id.
  </Card>
</CardGroup>
