v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Vendor

Update Vendor Order Template

Updates a vendor order template by identifier. Only fields included in the request body are updated. We recommend reading Updating data with PUT before using this endpoint.

put/vendors/{vendorId}/order-templates/{orderTemplateId}

Headers

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Authorizationstring required

The bearer access token provided by Auth0.

Request body

namestring

The name of the vendor order template.

descriptionstring

A description of the vendor order template.

serviceTypesstring[]

The service type identifiers to associate with this vendor order template. Use the List Service Types endpoint to retrieve available values.

pricingModelIdstring

The identifier of the pricing model to associate with this vendor order template. Use the List Pricing Models endpoint with location set to the vendor's folder identifier. Set locationStrategy=location to see only pricing models saved directly in the vendor folder

Response

No Content