Table of Contents
- Why is Country of Origin important?
- Import Country of Origin from your integrated platform
- Set up rules to assign Country of Origin based on SKU
- Set up a default Country of Origin
- Manually add Country of Origin within an order
Overview
- Country of Origin (also known as Country of Manufacture) means the country of manufacture, production or growth for an item. This is important for international customs purposes.
- Defining the correct Country of Origin helps to ensure Customs apply the correct duties and taxes.
- Learn about the various methods to add Country of Origin to your items including importing them from your integrated platform, using rules, using a default option, or manual entry.
Why is Country of Origin important?
The Country of Origin (also known as Country of Manufacture) of each item directly influences what duties and taxes could be applied to items. We say 'could' apply as some country trading partners have free trade or low dutiable thresholds where duties and taxes may apply at different rates.
For example, for shipments between New Zealand and Australia there are various Free Trade Agreements in place which provide preferential tariff rates for goods imported into the countries party to that agreement and rules by which goods can qualify for those preferential tariffs (rules of origin).
Import Country of Origin from your integrated platform
Starshipit can import Country of Origin from some eCommerce, inventory management and other platforms as per the availability. Follow the instructions for your platform below to set up a Country of Manufacture to import:
CSV Import
Map the CountryOfManufacturer field to the column you have Country of Manufacture present in your CSV files. Use our preformatted CSV template, or change the mapping by following the below:
- In your Starshipit account, navigate to Settings > CSV File.
- Select Map your own customised CSV.
- Enter your mappings as desired.
- Click Save.
See CSV file integration for more information on setting up your CSV import.
Magento1
Starshipit will automatically import Country of Manufacture for each item if present as a product attribute. The product attribute code name must be set to country_of_manufacture.
Magento2
Starshipit will automatically import Country of Manufacture for each item if present as a product attribute. The product attribute code name must be set to country_of_manufacture or country_of_origin.
NetSuite
Starshipit will automatically import Country of Manufacture for each item if present in the country of manufacture field at the InventoryItem level.
Peoplevox
Starshipit will automatically import Country of Manufacture for each item if present as a item attribute. To map your Peoplevox item attributes to the Country of Manufacture field in Starshipit:
- In your Starshipit account, navigate to Settings > Integrations.
- Click Settings, next to Peoplevox.
- Scroll down until you see Import Country of Manufacture from.
- Select an item attribute field.
- Click Save towards the bottom of the page.
Shopify
You can set up a Country of Origin in Shopify using this guide.
Note: Due to the way Shopify works, the new Country of Origin will not import through into Starshipit for orders which existed before their products were updated. Only new orders with those products will display the Country of Origin in Starshipit.
Starshipit API
Include the Country of Manufacture in the field country_of_origin under each item in your items array.
"items":[
{
"description":"Test Item",
"sku":"Test-SKU,
"quantity":"1",
"weight":"1",
"value":"10",
"tariff_code":"123456789",
"country_of_origin": "Australia"
}
]
WooCommerce
Starshipit will automatically import Country of Manufacture for each item if present as a product attribute. The product attribute code name must be set to country_of_manufacture or country_of_origin. See this guide for how to set up the attribute in WooCommerce.
Set up rules to assign Country of Origin based on SKU
The advantage of using rules is it saves you time entering a Country of Origin into your integrated platform for every single SKU. If most of your SKUs have the same Country of Origin, then only a handful of rules should be required. We recommend using the Item SKU condition with the Starts with operator to minimise the number of rules needed.
To set up a rule based on Item SKU prefix:
- In your Starshipit account, navigate to Settings > Rules.
- Click Add a new rule.
- Under Condition(s) select Item SKU.
- Enter the prefix on your SKUs (eg. ABCD)
- Set the Action as Set Country of Manufacture, and enter a value.
- Click Save.
To set up a rule to assign a unique Country of Origin for each SKU:
- In your Starshipit account, navigate to Settings > Rules.
- Click Add a new rule.
- Under Condition(s) select Item SKU, and change the operator from Starts with to Is.
- Enter the SKU. For multiple enter the SKUs each separated by a semi-colon (eg. DEF-01234;GHI-5678;JKL-9101)
- Set the Action as Set Country of Manufacture, and enter a value.
- Click Save.
- Repeat steps 2-6 for each Country of Manufacture.
Set up a default Country of Origin
A default Country of Origin can be applied to items when this has not been overwise specified or imported from your integrated platform. The default Country of Origin will be automatically applied upon clicking print for any items where there is a blank Country of Origin field.
To set up a default Country of Origin:
- In your Starshipit account, navigate to Settings > Options.
- Scroll down to the Country of Manufacture field.
- Enter the Country of Manufacture in the field.
- Scroll to the bottom of the page, and click Save.
Manually add Country of Origin within an order
- Open the order you'd like to edit from the New orders grid.
- Click Expand next to the Items section.
- Select Edit, next to the item you would like to edit.
- In the Country of Manufacture field enter the country.
- Click anywhere to save your changes to the item.
- When finished click Save Order in the bottom left of the order dialogue, or continue editing other items.
Read this article order for more information on updating items.