FlavorCloud supports manual order imports by CSV, making it easier for merchants to manage their international shipments. While we provide a CSV template, merchants unfamiliar with APIs may need guidance on specific fields.
Automatic order importing occurs when the FlavorCloud App is connected to an ecommerce platform like Shopify or through our API.
To add multiple items to an order you can fill out just the item or piece information and add additional rows for additional items. Fill out the field names that include “Piece” information with each row representing each item in the order. The rows will connect with the last previous address information in the CSV.
| Field Name | Values/Guidance |
| Reference | Unique value for your store to reference an order. This field is for your reference and must be unique. It is advised to provide your order number here. Duplicate Reference values may not be provided. |
| ReasonForExport | State the key reason for the shipment. It is required to accurately process the shipment through Customs clearance. Possible values could be ‘documents’, ‘gift’, ‘merchandise’, ‘returned_goods’, ‘sample’, or ‘replacement’. |
| Address_Name | Name of person. Both name and company can be included |
| Address_AttentionName | Name of attention, if person |
| Address_AddressLine1 | First line of the address |
| Address_AddressLine2(Optional) | Second line of the address if needed |
| Address_AddressLine3(Optional) | Third line of the address if needed |
| Address_City | Full city name |
| Address_StateCode | State or province code |
| Address_Zip(Optional) | ZIP or postal code |
| Address_CountryCode | (ISO 3166 country code)[ https://www.iso.org/obp/ui/#search/code/] for the country the address is located in |
| Address_Phone | Phone number to reach the person or organization |
| Address_Email | Email to reach the person or organization |
| Piece_Quantity | Quantity of pieces or items you are shipping |
| Piece_Weight | Weight of each individual piece |
| Piece_SalePrice | SalePrice of each individual piece |
| Piece_HSCode | Harmonized Tarriff Code of piece |
| Piece_OriginCountryCode | ISO 3166 country code for the country the piece was manufactured in |
| Piece_Description | description of the piece you are looking to ship |
| Piece_SKU(Optional) | SKU of piece |
| EmptyPackage_Weight | Empty package weight without pieces added |
| Package_Length | Length of Package |
| Package_Width | Width of Package |
| Package_Height | Height of Package |
| ServiceLevel(Optional) | STANDARD or EXPRESS |
| TermsOfTrade(Optional) | DDU or DDP |
| WeightUnit(Optional) | LB or KG, will be used for all weights within order import |
| Currency(Optional) | Currency code for the order, IE: USD |
| DimensionUnit(Optional) | IN or CM |
| Insurance(Optional) | Y or N |
| Transaction Type(Optional) | B2b or B2c |
| ImportAsRated(Optional) | True or False |
| ImportAsFulfilled(Optional) | True or False |