Create resource (admin)
POST/api/v1/vendorhub/admin/catalog/resources
Creates a new resource on behalf of any vendor. Body: { "name", "vendorId", "categoryId", "statusId", "availability" (public|restricted), "description", "url" }. Returns 404 if vendorId, categoryId, or statusId do not exist.
Request
Responses
- 200
OK