HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

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

FieldTypeDescriptionExample
products_taxableBooleanTo retrieve the tax settings
獲取全店皆需收稅設定
true

Response Example

{
    "products_taxable": false
}