curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/vendors/{id}/approve \
--header 'Authorization: Bearer <token>'Marks Vendor as approved, and triggers an approval email send out to the vendor’s contact person. Also activated Vendor products will become available for purchase. Only available in Enterprise Edition
curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/vendors/{id}/approve \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Select which associated resources you would like to fetch, see: https://jsonapi.org/format/#fetching-includes
Record updated
Was this page helpful?