GraphQL
如果您使用 Landed Cost API,您可以在建立 Landed Cost 報價時或建立後申請 taxId。只有當生成報價的出貨將根據目的地國家和商品價值需要匯繳時,才會返回此 taxId。然後,您可以在建立標籤和商業發票時將此 taxId 傳遞給承運商。
taxId
下面引用的變更和查詢將展示如何在回應中返回適用的 taxId。如果 taxId 不適用於出貨,taxId 欄位將為空。
mutation {
landedCostCalculateWorkflow(
input: { endUse: NOT_FOR_RESALE, method: DAP, tariffRate: ZONOS_PREFERRED }
) {
id
amountSubtotals {
duties
}
duties {
amount
currency
taxes {
fees {
description
remittance {
note
taxId {
taxIdNumber
countryCode
query {
landedCost(id: "landed_cost_f809d1a3-8551-46c2-9d20-b0cdb16b39b6") {
landedCostCalculateWorkflow
檢索稅務編號
檢索稅務編號
檢索處理低價值出貨所需的稅務編號。GraphQL
如果您使用 Landed Cost API,您可以在建立 Landed Cost 報價時或建立後申請
taxId。只有當生成報價的出貨將根據目的地國家和商品價值需要匯繳時,才會返回此taxId。然後,您可以在建立標籤和商業發票時將此taxId傳遞給承運商。檢索用於匯繳的稅務編號
下面引用的變更和查詢將展示如何在回應中返回適用的
taxId。如果taxId不適用於出貨,taxId欄位將為空。mutation {landedCostCalculateWorkflow(input: { endUse: NOT_FOR_RESALE, method: DAP, tariffRate: ZONOS_PREFERRED }) {idamountSubtotals {duties}duties {amountcurrency}taxes {amountcurrency}fees {amountdescriptioncurrency}remittance {amountdescriptionnote}taxId {taxIdNumbercountryCode}}}query {landedCost(id: "landed_cost_f809d1a3-8551-46c2-9d20-b0cdb16b39b6") {taxId {taxIdNumber}}}landedCostCalculateWorkflow
這個頁面有幫助嗎?