Skip to main content
POST
/
commerce
/
catalog
/
storefront
/
pricelists
/
resolved
Error
A valid request URL is required to generate request examples
{
  "priceListCode": "<string>",
  "priceListId": 123,
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

The body is of type object.

Response

Success

priceListCode
string | null
priceListId
integer<int32>
name
string | null
description
string | null