PromoSync

A Shopify app to help you import/sync from PromoStandards

This app helps merchants in the promotional products industry connect directly to PromoStandards-compliant suppliers like SanMar, S&S Activewear, and PCNA. It automates the process of importing supplier product data, keeping inventory and pricing up to date, and generating optimized product images for storefronts. Merchants can streamline product management, reduce manual data entry, and offer more accurate and current product listings to their customers.

Features: 🔗

  • Connect to top PromoStandards suppliers like SanMar, S&S, and PCNA
  • Keep product inventory, pricing, and details in sync automatically
  • Import hundreds of supplier products to your store in one step
  • Improve SEO for all the images
  • Improve SEO by adding Google metafields
  • Optimize API calls to Shopify by avoiding tracking manufactured products
Relevant Screenshots: 🔗
PromoSync Shopify App
Main dashboard showing synced products and actions.
PromoSync Settings View
Settings page where you can configure API keys and sync behavior.
PromoSync Import Products with filter View
Import products using brand, category, or tag filters.
PromoSync Import Products North Face Brand View
Example of importing products from The North Face brand.
Admin Actions View
Admin Actions on selected products.
PromoSync Shopify App review View
Special Metafields: 🔗
Field Owner Example Reason
Minimum Quantity Product 36 Help you enforce minimum quantity
Part Price Array ProductVariant

                                    
    [
        {
            "quantityMin": 36,
            "price": 2859
        },
        {
            "quantityMin": 72,
            "price": 2486
        },
        {
            "quantityMin": 144,
            "price": 2162
        },
        {
            "quantityMin": 288,
            "price": 1880
        },
        {
            "quantityMin": 576,
            "price": 1635
        }
    ]
    
Serve you to implement tier pricing
Location Decorations Product

                                
    [
        {
            "locationId": 67,
            "locationName": "WRAP",
            "decorationsIncluded": 1,
            "defaultLocation": true,
            "minDecoration": 0,
            "maxDecoration": 1,
            "locationRank": 1,
            "decorations": [
                {
                    "decorationId": 6958149,
                    "decorationName": "4 COLOR PROCESS",
                    "maxImprintColors": 4,
                    "default": true,
                    "priceIncludes": true
                }
           ]
        }
    ]
    
Allows users to display/select locations/decorations
<