Get Tax Setting

Function

To retrieve the tax settings
獲取全店皆需收稅設定

URL

GET https://open.shopline.io/v1/settings/tax

Request Example

curl --request GET \
     --url https://open.shopline.io/v1/settings/tax \
     --header 'Accept: application/json'

Response Example

Field

Type

Description

Example

products_taxable

Boolean

To retrieve the tax settings
獲取全店皆需收稅設定

true

Response Example

{
    "products_taxable": false
}