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

# Update price lists

> Endpoints for updating price lists

## Endpoints

<CardGroup cols={2}>
  <Card title="Update a price list" icon="arrow-right" href="/payment/api/get-price-lists/retrieves-all-price-lists" horizontal>
    **PATCH** /v1/pricelist/\{id}
  </Card>

  <Card title="Delete a price list" icon="arrow-right" href="/payment/api/update-price-lists/delete-a-price-list" horizontal>
    **DELETE** /v1/pricelist/\{id}
  </Card>

  <Card title="Update a price list period" icon="arrow-right" href="/payment/api/update-price-lists/update-a-price-list-period" horizontal>
    **PATCH** /v1/pricelist/period/\{id}
  </Card>

  <Card title="Delete a price list period" icon="arrow-right" href="/payment/api/update-price-lists/delete-a-price-list-period" horizontal>
    **DELETE** /v1/pricelist/period/\{id}
  </Card>
</CardGroup>
