Overview

The following terms will make the rest of the documentation easier to understand.

Terms

  • Product: a unique product/SKU that can individually map to a Stylux offer. productId is the external platform ID; on Shopify this is a variant ID, not the parent product ID. Stylux also has its own internal product UUID.
  • Stylux Upsell Product: used for upselling personalization on an existing product in the merchant’s store
  • Offer: An offer denotes whether a product is eligible for personalization; it contains personalization options, constraints, and more
  • Bundle: A bundle is associated with an offer and specifies whether a line item/product has been personalized within an order; it contains user personalization details that satisfy the constraints of the offer
  • Order: An order can contain any number of line items where 0 or more line items are associated to a bundle
  • Offer CTA: The main call to action or entry point for an offer
  • Cart Adapter: The storefront-specific interface the JavaScript SDK uses to read and update the cart. The Shopify plugin provides an adapter automatically; headless and custom storefronts provide their own

Did this page help you?