Skip to main content

How Auto-Fulfillment Works

Upcart automatically fulfills the shipping protection item when all of the following conditions are met:
  1. Auto-Fulfill Shipping Protection Is Enabled in Upcart
    • Go to Cart Editor > Add-ons > Shipping Protection in your Upcart settings.
    • Make sure the option Auto-fulfill shipping protection is turned on.
  2. The Shipping Protection Product Is a Digital Item
    • In Shopify, go to Products and locate the Shipping Protection product created by Upcart.
    • Open the product, scroll to the Shipping section, and ensure the checkbox This is a physical product is unchecked.
      • This ensures Shopify treats it as a digital product and allows automatic fulfillment. Tip: If you have multiple shipping protection tiers, all related products must meet this same condition.
  3. Required Product Properties Are Present
    Upcart fulfills the item by listening to the orders/partially_fulfilled webhook.
    When part of an order is fulfilled, Upcart automatically fulfills shipping protection if it identifies the following line item properties:
    • __upcartAddons: XXX
    • __upcartShippingProtection: true Check your product settings to confirm both properties are included.
Screenshot 2026 04 06 At 11 18 50 PM

Why Shipping Protection Is Treated as a Product

Shipping protection in Shopify is configured as a product to support tiered pricing and interaction with cart rules.
This allows Upcart to calculate and apply protection dynamically based on order value or cart contents.
However, this approach can cause the product to appear in discount operations or visible storefronts unless configured properly.

Managing Storefront Visibility

To further ensure shipping protection does not appear unnecessarily in your storefront:
  1. In your Shopify admin, go to Settings > Metafields.
  2. Locate the Shipping Protection product metafields.
  3. Adjust visibility so the product does not display publicly unless needed.
This keeps the add-on hidden from customers while allowing it to function correctly in the background.

Summary

To ensure shipping protection auto-fulfills correctly:
  • Enable Auto-fulfill shipping protection in Upcart.
  • Mark the product as non-physical in Shopify.
  • Verify the correct line item properties are applied.
  • Exclude it from discount rules and storefront visibility if needed.
Following these steps ensures seamless fulfillment and prevents conflicts with Shopify’s discount or product visibility settings.