📄️ Customer
Represents a store customer: global id, source channel, contact fields, email/SMS marketing consent and timestamps, locale, and aggregates such as total spent, currency, and order count, plus created/updated timestamps. This is the payload shape used when customer master data moves through Flowlyze integrations.
📄️ Fulfillment (order shipment)
Describes an outbound fulfillment: the order reference (orderName), shipped lines (sku + qty), tracking (carrier, number, URL), and whether to notify the customer. Used in flows that create shipments or update order logistics.
📄️ Inventory
An inventory update for a SKU at a location (location_id): quantity reflects available or adjusted stock depending on the connector. Typical for syncing stock between ERP/PIM and the storefront.
📄️ Order
Represents an order end-to-end: shipping and billing addresses, embedded customer, payment/fulfillment status, notes and tags, orderItems with shop/customer totals, tax, discounts, gift cards, order-level totals, fulfillments, transactions (sales and refunds), order-level discounts, returns, refunds, shipping lines, metafields, and metadata. Reference payload for order import, reconciliation, and OMS/ERP integrations.
📄️ Price list
A pricing row for a variant/SKU: current price, strikethrough/compare-at price, and SKU. Used in price list, promotion, or bulk price update flows.
📄️ Product
Full catalog model: title, handle, description, type, vendor, tags, markets, media and files, metaobjects, metafields, parent-level prices, SEO, weight, origin, HS code, cost, package, digital and inventory flags. Includes variants with options, media, metafields, files, logistics, and per-variant prices. Primary structure for product import and updates.
📄️ Product translation
Same product semantics with locale-keyed values: nested objects map language codes (e.g. en, fr) for title, description, handle, files, metafields, option keys, variants, and SEO meta. Used for flows that push or update translated content without duplicating the full product per locale.