Edit Business

This API endpoint is used to update a Business.

🚧

User Level Restrictions

  • Only the Admin (Level 0) can edit any business.
  • The Business Owner (Level 2) can only edit his businesses.

Using Ordering SDK

// get as customer
const response = await ordering.businesses(businessId).save();
Language
Authorization
Header
Click Try It! to start a request and see the response here!