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

    item Copy

    {
        "id": "string",
        "images": [
            {
                "tag": "string",
                "mimeType": "string",
                "name": "string",
                "url": "string",
                "key": "string",
                "bucket": "string",
                "ETag": "string",
                "dimensions": [
                    {
                        "_id": "string",
                        "type": "string",
                        "width": 0,
                        "height": 0,
                        "orientation": 0,
                        "url": "string"
                    }
                ]
            }
        ],
        "categoryId": {
            "tags": "full",
            "image": "string",
            "subClothesCategories": [
                "string"
            ],
            "_id": "string",
            "name": {
                "fr": "string",
                "en": "string"
            },
            "id": 0
        },
        "subClothesCategory": {
            "image": "string",
            "_id": "string",
            "name": {
                "fr": "string",
                "en": "string"
            }
        },
        "subServices": [
            {
                "quantity": 0,
                "isComplementary": true,
                "price": {
                    "EUR": 0
                },
                "originalPrice": {
                    "EUR": 0
                },
                "appliedDiscountOffer": {
                    "isActive": true,
                    "isDeleted": true,
                    "isRepairFund": true,
                    "repairFundService": "string",
                    "percentage": null,
                    "fixedAmount": {
                        "EUR": 0
                    },
                    "applyOnProvider": true,
                    "_id": "string",
                    "name": "string",
                    "type": "string"
                },
                "subService": {
                    "subClothesCategories": [
                        "string"
                    ],
                    "canBeMultiple": true,
                    "estimatedCompletionTime": 0,
                    "discountOffers": [
                        {
                            "isActive": true,
                            "isDeleted": true,
                            "isRepairFund": true,
                            "repairFundService": "string",
                            "percentage": 0,
                            "fixedAmount": {},
                            "applyOnProvider": true,
                            "_id": "string",
                            "name": "string",
                            "type": "string",
                            "conditions": [
                                {
                                    "name": "string",
                                    "value": true,
                                    "operator": "string"
                                }
                            ],
                            "createdAt": "string",
                            "updatedAt": "string"
                        }
                    ],
                    "_id": "string",
                    "childSubCategoryId": {
                        "_id": "string",
                        "name": "string",
                        "displayName": {
                            "fr": "string",
                            "en": "string"
                        },
                        "description": {
                            "fr": "string",
                            "en": "string"
                        },
                        "menuTitle": "string"
                    },
                    "description": {
                        "en": null
                    },
                    "displayName": {
                        "en": null
                    },
                    "price": {}
                }
            }
        ],
        "attributeGroup": {
            "id": "string",
            "identifier": "string",
            "name": {
                "fr": "string",
                "en": "string",
                "de": "string",
                "es": "string"
            },
            "description": {
                "fr": "string",
                "en": "string",
                "de": "string",
                "es": "string"
            },
            "attributes": [
                {
                    "_id": "string",
                    "label": {
                        "fr": "string",
                        "en": "string",
                        "de": "string",
                        "es": "string"
                    },
                    "helperLabel": {
                        "fr": "string",
                        "en": "string",
                        "de": "string",
                        "es": "string"
                    },
                    "isRequired": true,
                    "type": "string",
                    "metadata": {
                        "maxLength": 0
                    },
                    "parentValue": [
                        "string"
                    ],
                    "parentId": [
                        "string"
                    ],
                    "identifier": "string"
                }
            ]
        },
        "attributeValues": {
            "attribute1": "string",
            "attribute2": "string",
            "attribute3": "string"
        }
    }
    Built with