declare enum ShopifyAdditionalLineItemData {
    VENDOR = "VENDOR",
    WEIGHT = "WEIGHT"
}
export { ShopifyAdditionalLineItemData };
