This operation will create a new price list for the repricing process to use.
curl --request POST \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>" }'
{ "description": "<string>", "id": "<string>" }
The audit user to log the request
Request information needed to create the price list
The body is of type object.
object
Successfully created
The response is of type object.
Was this page helpful?