docs

Update a price

Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.

PATCH
/prices/{id}
  Updates the specified price by setting the values of the parameters passed.
  Any parameters not provided are left unchanged.
AuthorizationBearer <token>

API key for merchant integrations. Send as Authorization: Bearer <your key>.

In: header

Path Parameters

id*string

Price ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/prices/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty