Skip to content
Guides
API reference
stablechannel:update

Update listing price

PATCH/v1/channels/listings/{id}/price

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

id*string

Unique identifier of the resource.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/v1/channels/listings/string/price" \  -H "Content-Type: application/json" \  -d '{    "price": 0.1  }'
Empty