DOCS

Calculating with discounts

/

할인 관리

할인이 landed cost 계산에 미치는 영향.

할인을 포함한 landed cost 계산을 위한 다양한 옵션이 있습니다. Landed Cost API를 사용하는 고객은 Zonos의 알고리즘을 사용하여 할인을 비례적으로 분배하거나 스스로 할인을 적용할 수 있습니다. 모든 금액이 양수인 경우 무료 항목 및 무료 배송을 계산에 포함할 수 있습니다.

Landed cost와 할인 

참고: 현재 이 기능은 Landed Cost API를 사용하는 고객에게만 제공됩니다.

다음은 checkout에서 할인을 처리하는 몇 가지 방법입니다:

  • Zonos 알고리즘이 landed cost에서 할인을 계산하도록 합니다.
  • 자체 알고리즘을 사용하여 할인을 계산한 후 landed cost를 요청합니다.
  • 적용된 할인이 없는 landed cost 요청을 받습니다.

landed cost 계산에서 할인을 관리하는 방법에 대한 결정은 상업 송장을 수정할 수 있는 능력에 따라 달라집니다. 상업 송장에 할인 또는 무료 배송 적용 방법에 대한 문서를 참조하여 자세히 알아보세요.

Zonos Landed Cost는 귀하를 대신하여 자동으로 할인을 분배할 수 있습니다. 이를 통해 세금 및 관세를 과다 또는 과소 청구하지 않고도 해외 쇼핑객에게 할인을 제공할 수 있습니다.

할인 유형

주문 수준 할인

discounts 배열에서 landed cost 요청을 사용하여 프로모션 코드와 같은 주문 수준 할인을 보낼 수 있습니다.

요청

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

할인 금액은 landed cost 요청의 항목들 사이에 비례적으로 분배되며, 주문의 총 할인 값까지 적용됩니다. 항목의 가치 변화는 각 항목에 대한 응답의 note 필드에 반영됩니다. 상업 송장 문서의 할인에 대한 프로모션 코드 섹션에서 예제를 참조하십시오.

참고: 할인으로 인해 항목의 가치가 거의 0 또는 음수에 가까워지면, 배송 비용에도 할인 적용이 이루어집니다.

응답

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "customs": {
    "amount_shipping": 20.0,
    "delivery_duty_paid": "unavailable",
    "items": [
      {
        "id": "294395",
        "amount": 15.0,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men's t-shirt 100% cotton",
        "description_retail": "Mars Attacks Men's Tee Black",
        "detail": null,
        "dimensions": {
          "height": 1.0,
          "length": 1.0,
          "unit": "inches",
          "width": 1.0
        },
        "hs_code": "6217.10",
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 25% from 20.00 USD to 15.00 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1,
        "weight_unit": "pound"
      },
      {
        "id": "294396",
        "amount": 11.25,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men’s 100% cotton costume for dress up",
        "description_retail": "Mars Attacks Martian Soldier Costume",
        "detail": null,
        "dimensions": {
          "height": 1.0,
          "length": 1.0,
          "unit": "inches",
          "width": 1.0
        },
        "hs_code": null,
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 25% from 15.00 USD to 11.25 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1,
        "weight_unit": "pound"
      },
      {
        "id": "294397",
        "amount": 3.75,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "100% cotton headband",
        "description_retail": "Mars Attacks Headband",
        "detail": null,
        "dimensions": {
          "height": 1.0,
          "length": 1.0,
          "unit": "inches",
          "width": 1.0
        },
        "hs_code": "6505.00.10",
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 25% from 5.00 USD to 3.75 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1,
        "weight_unit": "pound"
      }
    ],
    "ship_to_country": "FR"
  }
}
무료 항목

무료 항목을 보내려면 항목 amount와 동일한 amount_discount를 보내는 것이 좋습니다. 이렇게 하면 총 금액이 0 USD가 됩니다.

items.amount0이고 amount_discount가 사용되지 않는 경우, 무료 항목에 대한 추정 값으로 5.00 USD의 계정 기본값이 사용됩니다. 나머지 5.00 USD는 나머지 항목들 사이에 분배됩니다. 이 기본값은 대시보드에서 변경할 수 있습니다.

주문에 유일한 항목에 대해 100% 할인을 지원하지 않음을 유의하시기 바랍니다. 가격이 0보다 큰 다른 항목이 주문에 있는 경우에만 항목을 100% 할인할 수 있습니다.

요청

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

landed cost 요청에 무료 항목이 포함된 경우(항목의 할인액이 항목의 총 비용과 같음), 할인은 주문 수준 할인과 동일한 방식으로 적용됩니다. 주문의 각 항목은 해당 단일 항목의 금액까지 비례적으로 할인된 것으로 표시되며, 특정 항목이 100% 할인으로 표시되지 않습니다.

위에 표시된 요청에 대한 예시 응답은 다음과 같습니다.

응답

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "customs": {
    "amount_shipping": 12.5,
    "delivery_duty_paid": "unknown",
    "items": [
      {
        "id": "294395",
        "amount": 16.33,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men's t-shirt 100% cotton",
        "description_retail": "Mars Attacks Men's Tee Black",
        "detail": null,
        "dimensions": {
          "height": 4.0,
          "length": 6.0,
          "unit": "inches",
          "width": 11.0
        },
        "hs_code": "6217.10",
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 18.37% from 20.00 USD to 16.33 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1.0,
        "weight_unit": "pound"
      },
      {
        "id": "294396",
        "amount": 3.67,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men’s 100% cotton costume for dress up",
        "description_retail": "Mars Attacks Martian Soldier Costume",
        "detail": null,
        "dimensions": {
          "height": 4.0,
          "length": 6.0,
          "unit": "inches",
          "width": 11.0
        },
        "hs_code": null,
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 18.37% from 4.50 USD to 3.67 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1.0,
        "weight_unit": "pound"
      }
    ],
    "import_country": "FR"
  }
}
무료 배송

무료 배송이 포함된 landed cost를 요청하려면, 할인과 같이 배송비를 추가하는 것이 좋습니다. 일반 배송 amount를 입력한 다음, amount_discount를 배송비와 동일한 값으로 입력하세요.

요청

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

customs 배열은 주문 수준의 할인 적용 방식과 동일하게 항목의 조정된 금액을 포함합니다. note 필드는 변경된 내용을 나타냅니다.

응답

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "customs": {
    "amount_shipping": 7.0,
    "delivery_duty_paid": "unknown",
    "items": [
      {
        "id": "294395",
        "amount": 16.0,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men's t-shirt 100% cotton",
        "description_retail": "Mars Attacks Men's Tee Black",
        "detail": null,
        "dimensions": {
          "height": 4.0,
          "length": 6.0,
          "unit": "inches",
          "width": 11.0
        },
        "hs_code": "6217.10",
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 20.00% from 20.00 USD to 16.00 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1.0,
        "weight_unit": "pound"
      },
      {
        "id": "294396",
        "amount": 12.0,
        "country_of_origin": "CN",
        "country_of_origin_source": "platform",
        "description_customs": "Men’s 100% cotton costume for dress up",
        "description_retail": "Mars Attacks Martian Soldier Costume",
        "detail": null,
        "dimensions": {
          "height": 4.0,
          "length": 6.0,
          "unit": "inches",
          "width": 11.0
        },
        "hs_code": null,
        "hs_code_source": "Account default HS code",
        "image_url": "https://zonos.com/images/handbag.png",
        "note": "Item was discounted by 20.00% from 15.00 USD to 12.00 USD",
        "quantity": 1,
        "upc_code": null,
        "weight": 1.0,
        "weight_unit": "pound"
      }
    ],
    "import_country": "FR"
  }
}
경고

모든 Landed Cost 요청의 금액(amount, amount_discount, 및 amount_shipping)은 0보다 커야 합니다. 요청에 음수 값이 포함되면 요청은 오류를 반환합니다.

직접 할인 적용하기 

landed cost 요청의 항목에 대해 할인 적용을 위한 자체 공식과 규칙을 사용할 수 있습니다. 이를 통해 landed cost 계산 방식을 완전히 제어할 수 있습니다.

유효한 비즈니스 이유로 인해 소매업체는 landed cost 계산에서 할인을 제외하기로 결정할 수 있습니다. 예를 들어, 상업 송장 금액이 장바구니 금액 및 적용된 할인과 일치하지 않는 경우, landed cost 계산에서 할인을 제외하는 것이 더 실용적일 수 있습니다. 할인을 제외하기로 선택하면 landed cost 금액이 더 높아지지만, 상업 송장에 표시된 금액과 일치하게 됩니다.

자주 묻는 질문 

Shopify용 Duty and Tax 앱을 사용하고 있습니다. 프로모션 코드와 할인은 Zonos와 함께 작동하나요?

프로모션 코드는 일반적으로 작동하지만, 배송 비용을 줄이는 할인이나 프로모션 코드는 배송 금액에 포함된 세금 및 관세를 줄일 수 있습니다. 자세한 내용은 Zonos 지원 담당자에게 문의하십시오.

이 페이지가 도움이 되었습니까?


질문 있으세요?

문의하세요.

Zonos을 보세요

정책 및 계약
이 페이지에서: