DOCS

管理商品折扣

管理折扣

折扣如何影響著陸成本計算。

使用著陸成本計算折扣有多種選項可用。使用 Landed Cost API 的客戶可以使用 Zonos 演算法按比例分配折扣,或自行管理折扣的應用。免費商品和免費運費可以包含在計算中,只要所有金額都為正數。

帶有折扣的著陸成本 

注意: 目前此功能僅供使用我們 Landed Cost API 的客戶使用。

以下是在結帳時處理折扣的幾種不同方式:

  • 讓 Zonos 演算法在著陸成本中計算折扣。
  • 使用您自己的演算法計算折扣,然後請求著陸成本。
  • 獲得不包含已應用折扣的著陸成本請求。

您決定如何使用著陸成本計算管理折扣的依據將取決於修改商業發票的能力。請參閱我們關於如何在商業發票上應用折扣或免費運費的文件以瞭解更多資訊。

Zonos Landed Cost 可自動為您分配折扣。這使您可以向跨境購物者提供折扣,而不會高估或低估關稅和稅費。

折扣類型

訂單級別的折扣

您可以在著陸成本請求中的 discounts 陣列中發送訂單級別的折扣,例如促銷代碼

1{
2 "discounts": [
3 {
4 "id": "SURRENDER",
5 "amount": 10,
6 "detail": null
7 }
8 ]
9}

然後,折扣金額將按比例分配到著陸成本請求中的商品之間,直到該訂單的折扣總值為止。商品值的變化將反映在回應中每個商品的 note 欄位中。請參閱商業發票折扣文件的促銷代碼部分中的範例。

注意: 如果折扣的值將商品的值帶入接近零或負數的金額,折扣也將應用於運費。

1{
2 "customs": {
3 "amount_shipping": 20.0,
4 "delivery_duty_paid": "unavailable",
5 "items": [
6 {
7 "id": "294395",
8 "amount": 15.0,
9 "country_of_origin": "CN",
10 "country_of_origin_source": "platform",
11 "description_customs": "Men's t-shirt 100% cotton",
12 "description_retail": "Mars Attacks Men's Tee Black",
13 "detail": null,
14 "dimensions": {
15 "height": 1.0,
16 "length": 1.0,
17 "unit": "inches",
18 "width": 1.0
免費商品

若要發送免費商品,我們建議發送等於商品 amountamount_discount。這將使總金額淨額為 0 USD。

items.amount0 且未使用 amount_discount 的情況下,將使用 5.00 USD 的帳戶預設值作為免費商品的估計值。其餘 5.00 USD 將分配給其餘商品。此預設值可以在 Dashboard 內更改。

請注意,我們不支援訂單中唯一商品的 100% 折扣。我們僅允許在訂單中存在其他價格大於零的商品時,以 100% 折扣商品。

1{
2 "items": [
3 {
4 "id": "294395",
5 "amount": 20.0,
6 "amount_discount": null,
7 "country_of_origin": "FR",
8 "description_retail": "Mars Attacks Men's Tee Black",
9 "hs_code": "6217.10",
10 "quantity": 1,
11 "weight": 1.0,
12 "weight_unit": "pound"
13 },
14 {
15 "id": "294395",
16 "amount": 4.5,
17 "amount_discount": 4.5

當著陸成本請求包含免費商品(商品的折扣等於商品的總成本)時,折扣將以與訂單級別折扣相同的方式應用,訂單中的每個商品將按比例顯示折扣,直到該單個商品的金額為止,而不是該特定商品顯示 100% 折扣。

以下是對上述請求的回應示例。

1{
2 "customs": {
3 "amount_shipping": 12.5,
4 "delivery_duty_paid": "unknown",
5 "items": [
6 {
7 "id": "294395",
8 "amount": 16.33,
9 "country_of_origin": "CN",
10 "country_of_origin_source": "platform",
11 "description_customs": "Men's t-shirt 100% cotton",
12 "description_retail": "Mars Attacks Men's Tee Black",
13 "detail": null,
14 "dimensions": {
15 "height": 4.0,
16 "length": 6.0,
17 "unit": "inches",
18 "width": 11.0
免費運費

若要請求免費運費的著陸成本,我們建議如折扣一樣新增運費。輸入正常運費 amount,然後輸入 amount_discount 作為與運費相同的值。

1{
2 "shipping": {
3 "amount": 7,
4 "amount_discount": 7,
5 "service_level": "ups_express_saver"
6 }
7}

customs 陣列將包含商品的調整金額,調整方式與訂單級別折扣的套用方式相同。note 欄位將指示發生了什麼變化。

1{
2 "customs": {
3 "amount_shipping": 7.0,
4 "delivery_duty_paid": "unknown",
5 "items": [
6 {
7 "id": "294395",
8 "amount": 16.0,
9 "country_of_origin": "CN",
10 "country_of_origin_source": "platform",
11 "description_customs": "Men's t-shirt 100% cotton",
12 "description_retail":
警告

Landed Cost 請求中的所有金額(amountamount_discountamount_shipping)必須大於 0。如果在請求中發送任何負數,請求將返回錯誤。

自行應用折扣 

您可以使用自己的公式和規則在著陸成本請求中的商品上應用折扣。這使您可以完全控制著陸成本的計算方式。

出於有效的商業原因,零售商可能決定在著陸成本計算中排除折扣。例如,如果您的商業發票金額與購物車金額和應用的折扣無法調和,則在著陸成本計算中排除折扣可能會更實際。如果您選擇排除折扣,著陸成本金額將更高,但將與商業發票上顯示的內容相符。

促銷代碼將照常工作,但任何減少運費的折扣或促銷代碼也可能減少運費金額中包含的關稅和稅費。請聯絡您的 Zonos 支援代表以瞭解更多詳細資訊。

預約演示

這個頁面有幫助嗎?


在此頁面: