Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Data Reference
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  1. Data Reference

Loyalty pogram Wallet

{
  "wallet": {
    "points_balance": 5485,
    "pending_points_balance": 20340,
    "available_poitns": 5485,
    "used_poitns": 46,
    "total_positive_points": 25871,
    "history": [
      {
        "date": "2024-12-31T12:22:54.000000Z",
        "reason": null,
        "points": 50,
        "direction": "+",
        "type": "PaymentReward",
        "order_number": 45830603,
        "expiry_date": "2025-12-26T12:22:55.416714Z",
        "point_status": "معلق",
        "collection_method": "مكافأة إنشاء طلب"
      },
      {
        "date": "2024-12-11T11:29:34.000000Z",
        "reason": null,
        "points": 812,
        "direction": "+",
        "type": "PaymentReward",
        "order_number": 45046083,
        "expiry_date": "2025-12-06T11:29:36.539861Z",
        "point_status": "معلق",
        "collection_method": "مكافأة إنشاء طلب"
      }
    ]
  }
}
Modified at 2024-12-31 12:58:17
Previous
Header Meta Tags
Next
Themes CLI
Built with