post
https://apiv4.ordering.co////business/
This API endpoint is used to update a Business.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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();
