put
https://api.vcita.biz/business/payments/v1/packages/reorder
Overview
Set the display order of package catalog templates. Controls the sequence in which packages appear in the business's package catalog and client-facing portal.
Authentication
Available for Staff, Directory, and App tokens.
Request Body
packages(array, required) — Array of objects specifying the new order. Each object contains:id(string) — The UID of the catalog package.order(integer) — The desired position in the list (lower numbers appear first).
Notes
- All packages should be included in the array to define a complete ordering. Packages not included retain their current position.
- This endpoint is in Alpha and may change.
