HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides
FieldTypeDescriptionSample
country_codeStringTax Region
收稅地區
"SG"
feeMoneyTax Fee
稅項總價
Please check the link on the left
rateNumberTax Rate
稅率
0.07
tax_nameStringTax Name
稅率名稱
GST
tax_region_idStringTax Region ID
收稅地區
typeStringinclusive: 所有商品己含稅
{
	"country_code" : "SG",
  "fee" : { "cents" : 7883, "currency_iso" : "HKD", "currency_symbol" : "HK$", "dollars" : 78.83, "label" : "HK$78.83" },
  "rate" : 0.07,
  "tax_name" : "GST",
  "tax_region_id" : "5e548e14e3880918ef272e4e",
  "type" : "inclusive"
  }