Skip to main content

Make Manufacturer

PUT /api/v1/businesses/{businessId}/make-manufacturer

Description

Make a business entity a manufacturer.

Path Parameters

NameTypeDescription
businessIdstringThe ID of the business entity (path parameter)

Example

PUT /api/v1/businesses/{businessId}/make-manufacturer

Response Code: 200 - OK

Description

Operation successful.

🔑 Authentication bearer

No authentication parameters specified for this endpoint.

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request PUT \ 
--url /api/v1/businesses/{businessId}/make-manufacturer \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!