Metafields are set by Supercycle and should not be edited manually
Product Metafields
Supercycle adds metafields to products to enable circular commerce methods. These metafields configure which rental methods are available and how they work.Product configuration metafields
Indicates whether a product is enabled for Supercycle functionality. Set to
"true"
when a product is imported to Supercycle, "false"
when removed.Method Configuration Metafields
These metafields contain the detailed configuration for each circular commerce method.Lists all rental methods enabled for this product. Array of method names:
["Calendar", "Membership", "Subscription", "Resale"]
. Used by app blocks to determine which rental methods to display.Configuration for calendar rental method.
Configuration for membership rental method.
Configuration for subscription rental method.
Configuration for resale method.
Variant Metafields
Supercycle adds metafields to product variants to track inventory availability and membership pricing.Inventory Metafields
Indicates if variant has uncommitted inventory available. Used for inventory filtering in collections.
Indicates if variant has future availability inventory. Used for calendar rental availability filtering.
Membership Metafields
Credit cost for this variant in membership rental. Used by membership rental method to determine pricing.
Credit allowance for this variant in membership plans. Used by membership plans to set credit limits.
Customer Metafields
Supercycle adds metafields to customers to track membership status and payment information.Membership Metafields
Customer’s membership information and quotas.
Payment Metafields
Indicates if customer has a vaulted payment method. Used for payment method validation in cart.
Usage Examples
Checking if a product has a method:
Checking customer membership:
Use metafields for merchandising
You can use metafields to merchandising your products. For example, you can use thesupercycle.uncommitted_inventory
metafield in an automatic collection to only show products that are available now.