Save your wardrobe booking apis
    Save your wardrobe booking apis
    • Customer booking
      • Getting Started
        • Introduction
        • Authentication
        • Attribute groups
      • Authentication
        • Customer login
        • Customer signup
      • categories
        • Get providers
        • Get clothes categories
      • services
        • Get services
      • Upload photos
        • Uplaod photos
      • shoppingCart
        • Create A New Shopping Cart
        • Add items to Shopping Cart
        • Add customer to Shopping Cart
        • Delete Item From Shopping Cart
        • Get Available Logistics Options
        • Add Logistic Option To Shopping Cart
      • order
        • Create the Order from the Shopping Cart
        • List Orders
    • Schemas
      • attributesGroup
      • currency
      • translatedString
      • metadata
      • shoppingCart
      • item
      • item Copy
      • order

    metadata

    The metadata object dynamically adapts based on the type field. Only the field corresponding to the type value will contain data, and all other fields will be null.
    For example, if type = "select", the select field will hold its respective data, while text, textArea, checkbox, multiSelect, radio, date, file, and number will be null. This ensures only relevant metadata is populated for the specified type.

    {
        "maxLength": 0
    }
    Built with