# Set up Country of Origin/Manufacture for international shipments
URL: https://support.starshipit.com/articles/360002751836-set-up-country-of-originmanufacture-for-international-shipments
Canonical: https://support.starshipit.com/articles/360002751836-set-up-country-of-originmanufacture-for-international-shipments
Markdown: https://support.starshipit.com/articles/360002751836-set-up-country-of-originmanufacture-for-international-shipments.md
Updated: 2026-05-07

> For the complete documentation index, see [llms.txt](https://support.starshipit.com/llms.txt).

> Step-by-step guide to setting up country of origin/manufacture for international shipments.

* 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](https://www.customs.govt.nz/business/tariffs/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:

1. In your Starshipit account, navigate to **Settings** > **CSV File**.
2. Select **Map your own customised CSV**.
3. Enter your mappings as desired.
4. Click **Save**.

See [CSV file integration](/articles/integrations/csv/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](https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_2/schema/record/inventoryitem.html) 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:

1. In your Starshipit account, navigate to **Settings >** **Integrations**.
2. Click Settings, next to **Peoplevox**.
3. Scroll down until you see **Import Country of Manufacture from**.
4. Select an item attribute field.
5. Click **Save**towards the bottom of the page.

#### Shopify

You can set up a Country of Origin in Shopify using [this guide.](https://help.shopify.com/en/manual/cross-border/duties#add-country-or-region-of-origin-and-hs-codes-to-your-products "https://help.shopify.com/en/manual/cross-border/duties#add-country-or-region-of-origin-and-hs-codes-to-your-products")

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](/articles/integrations/ecommerce-platforms/woocommerce-importing-hs-code-country-of-manufacture) for how to set up the attribute in WooCommerce.

#### Brightpearl

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 PCF_COUNTRYO

## Set up rules to assign Country of Origin based on SKU

The advantage of using [rules](/articles/notifications-branded-tracking-rules-child-accounts/business-rules/rules-overview) 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:

1. In your Starshipit account, navigate to **Settings** > **Rules**.
2. Click **Add a new rule**.
3. Under Condition(s) select **Item SKU**.
4. Enter the prefix on your SKUs (eg. ABCD)
5. Set the Action as **Set Country of Manufacture**, and enter a value.
6. Click **Save**.

To set up a rule to assign a unique Country of Origin for each SKU:

1. In your Starshipit account, navigate to **Settings** > **Rules**.
2. Click **Add a new rule**.
3. Under Condition(s) select **Item SKU**, and change the operator from **Starts with** to **Is**.
4. Enter the SKU. For multiple enter the SKUs each separated by a semi-colon (eg. DEF-01234;GHI-5678;JKL-9101)
5. Set the Action as **Set Country of Manufacture**, and enter a value.
6. Click **Save**.
7. 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:

1. In your Starshipit account, navigate to **Settings** > **Options**.
2. Scroll down to the **Country of Manufacture** field.
3. Enter the Country of Manufacture in the field.
4. Scroll to the bottom of the page, and click **Save**.

## Manually add Country of Origin within an order

1. Open the order you'd like to edit from the **New** orders grid.
2. Click **Expand** next to the **Items**section.
3. Select **Edit**, next to the item you would like to edit.
4. In the Country of Manufacture field enter the country.
5. Click anywhere to save your changes to the item.
6. When finished click **Save Order** in the bottom left of the order dialogue, or continue editing other items.

Read [this article](/articles/orders-manifests-reports/faqs/how-to-update-an-order) order for more information on updating items.
