Articles in this section

Apply GST/VAT on Shipping Cost

At present, there is no advanced setting in the Integration App to apply GST/VAT on the shipping cost. However, you can use the following steps to configure the eBay Order to NetSuite Order Add flow > Field Mappings to enable GST/VAT on the shipping cost:

  1. Navigate to the Order section and click the Field Mappings option against the eBay Order to NetSuite Order Add flow.

  2. Click the Settings icon against the mapping for the Shipping Cost.

  3. Select the Data Type as Float, Field Mapping Type as Multi-Field and enter an expression.

In this expression:

{{divide $.ShippingServiceSelected.ShippingServiceCost 1.2}}

The GST/VAT is 20% hence the Shipping Cost coming from the eBay (ShippingServiceSelected.ShippingServiceCost) is being divided by 1.2 (2 stands for 20%).

This expression can be adjusted as per the GST/VAT rate. In case, if the applicable GST/VAT is 25% then the expression needs to updated in the following manner:

{{divide $.ShippingServiceSelected.ShippingServiceCost 1.25}}

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.