---
name: pricing-hub-deprecated
description: "Pricing Hub (DEPRECATED) API skill. Use when working with Pricing Hub (DEPRECATED) for api. Covers 2 endpoints."
version: 1.0.0
generator: lapsh
---

# Pricing Hub (DEPRECATED)
API version: 1.0

## Auth
ApiKey X-VTEX-API-AppKey in header | ApiKey X-VTEX-API-AppToken in header | ApiKey VtexIdclientAutCookie in header

## Base URL
https://prchub.vtexcommercestable.com.br

## Setup
1. Set your API key in the appropriate header
3. POST /api/pricing-hub/prices -- create first prices

## Endpoints

2 endpoints across 1 groups. See references/api-spec.lap for full details.

### api
| Method | Path | Description |
|--------|------|-------------|
| POST | /api/pricing-hub/prices | Retrieve prices |
| PUT | /api/pricing-hub/prices/config | Configure external price source |

## Common Questions

Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Create a price?" -> POST /api/pricing-hub/prices
- "How to authenticate?" -> See Auth section

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints typically return the created/updated object

## CLI

```bash
# Update this spec to the latest version
npx @lap-platform/lapsh get pricing-hub-deprecated -o references/api-spec.lap

# Search for related APIs
npx @lap-platform/lapsh search pricing-hub-deprecated
```

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
