Changes
- Fixed bug where
updatingListing
would result in an error about the price being too low when the formatted currency on the listing contains a comma, such as VND, but only when taxonomy_id is included.
Added
- Created new endpoint
updateShopSection
. This is a shop owner endpoint that will allow your app to update the names on shop sections. - Created new endpoint
deleteShopSection
. This is a shop owner endpoint that will allow your app to delete any section for the shop that is not currently in use by any listings.