Localization
Last updated
Last updated
Adds a new currency to the system.
/currency
Bearer token for authentication.
test
sdf
s
null
0
1
/language
Limit the number of results
Offset for pagination
Count flag (should be 0 or true/false)
Search keyword to filter the languages
Filter languages by status (1 for active)
Filter by default language
Bearer token for authentication.
/country/{id}
The ID of the country to update
Bearer token for authentication.
The name of the country
The 2-letter ISO code for the country
The 3-letter ISO code for the country
Indicates whether a postcode is required (1 for true, 0 for false)
The status of the country (e.g., 0 for inactive, 1 for active)
The country ID being updated
/country/{id}
The ID of the country to delete
Bearer token for authentication.
/language/{id}
The ID of the language to update
Bearer token for authentication.
The language code
The language name
The image associated with the language
The sort order of the language
The status of the language
The unique ID of the language to update
/language/{id}
The ID of the language to be deleted
Bearer token for authentication.
/language/
Bearer token for authentication.
The language code
The language name
The sort order of the language
The status of the language
The image associated with the language (optional)
/zone
The number of zones to retrieve. Defaults to 10.
The offset for pagination. Defaults to 0.
A keyword to search zones.
If true, will return a count of zones instead of the zone list.
The status of the zones (1 for active, 0 for inactive).
Bearer token for authentication.
/zone
Bearer token for authentication.
The country ID to which the zone belongs.
The unique code for the zone.
The name of the zone.
The status of the zone (1 for active, 0 for inactive).
Updates a zone with the provided details.
/zone/{zoneId}
ID of the zone to update
Bearer token for authentication.
4
df
test
1
110
Deletes a zone identified by its ID.
/zone/{zoneId}
ID of the zone to delete
Bearer token for authentication.
Updates an existing currency with the provided details.
/currency/{currencyId}
ID of the currency to update
Bearer token for authentication.
test
sdf
s
null
0
1
Deletes an existing currency by ID.
/currency/{currencyId}
ID of the currency to delete
Bearer token for authentication.
Retrieves a list of taxes based on the given filters.
/tax/tax-list
The maximum number of items to return
The offset for pagination
Search keyword for filtering tax list
If true, returns only the count of taxes, not the actual list
Filter by status (e.g., active/inactive)
Bearer token for authentication.
Creates a new tax record with the provided details.
/tax/add-tax
Bearer token for authentication.
test
44
1
Updates the tax with the provided ID and new details.
/tax/update-tax/{taxId}
The ID of the tax to update
Bearer token for authentication.
test
44
1
Deletes a tax by ID.
/tax/delete-tax/{taxId}
The ID of the tax to delete
Bearer token for authentication.