GraphQL
Landed Cost API を使用している場合、Landed Cost 見積もり作成時または作成後に taxId をリクエストできます。この taxId は、見積もり対象の配送が目的地国および品目価値に基づいて納税を必要とする場合にのみ返されます。この taxId は、ラベルおよび commercial invoice 作成時にキャリアに渡すことができます。
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
税 ID を取得
税 ID を取得
低価値配送の処理に必要な税 ID を取得します。GraphQL
Landed Cost API を使用している場合、Landed Cost 見積もり作成時または作成後に
taxIdをリクエストできます。このtaxIdは、見積もり対象の配送が目的地国および品目価値に基づいて納税を必要とする場合にのみ返されます。このtaxIdは、ラベルおよび commercial invoice 作成時にキャリアに渡すことができます。納税用の税 ID を取得
以下で参照するミューテーションおよびクエリは、該当する
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
このページは役に立ちましたか?