This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
replaces.go
95 lines (94 loc) · 1.99 KB
/
replaces.go
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
package shopeego
var replaces []string = []string{
"volume",
"weight",
"width",
"length",
"height",
"price",
"refund_amount",
"amount_before_discount",
"target",
"my",
"unit_price",
"shipping_fee",
"original_price",
"shipping_fee",
"estimated_shipping_fee",
"unit_price",
"rating_star",
"package_length",
"package_width",
"package_height",
"promotion_price",
"variation_promotion_price",
"item_promotion_price",
"variation_original_price",
"item_original_price",
"actual_shipping_cost",
"total_amount",
"escrow_amount",
"coin",
"voucher",
"voucher_seller",
"seller_rebate",
"shipping_fee_rebate",
"commission_fee",
"voucher_code",
"voucher_name",
"crooss_border_tax",
"credit_card_transaction_fee",
"service_fee",
"buyer_shopee_kredit",
"seller_coin_cash_back",
"final_shipping_fee",
"seller_return_refund_amount",
"credit_card_promotion",
"discounted_price",
"discount_from_coin",
"discount_from_voucher",
"discount_from_voucher_seller",
"item_price",
"variation_price",
"payout_amount",
"deal_price",
"item_max_weight",
"item_min_weight",
"withdraw_id",
"root_withdrawal_id",
"transaction_fee",
"current_balance",
"amount",
"buyer_total_amount",
"seller_discount",
"shopee_discount",
"voucher_from_seller",
"voucher_from_shopee",
"coins",
"buyer_paid_shipping_fee",
"buyer_transaction_fee",
"cross_border_tax",
"payment_promotion",
"commission_fee",
"service_fee",
"seller_transaction_fee",
"seller_lost_compensation",
"seller_coin_cash_back",
"escrow_tax",
"final_shipping_fee",
"actual_shipping_fee",
"shopee_shipping_rebate",
"shipping_fee_discount_from_3pl",
"seller_shipping_discount",
"estimated_shipping_fee",
"drc_adjustable_refund",
"cost_of_goods_sold",
"seller_return_refund",
"original_cost_of_goods_sold",
"original_shopee_discount",
"inflated_price",
"inflated_original_price",
"sip_item_price",
"buyer_cancel_reason",
"cancel_reason",
}