{
    "name": "Bosphorus Math",
    "description": "Uluslararas\u0131 Bo\u011fazi\u00e7i Matematik Yar\u0131\u015fmas\u0131",
    "url": "https:\/\/bosphorusmath.com",
    "home": "https:\/\/bosphorusmath.com\/az",
    "gmt_offset": "0",
    "timezone_string": "",
    "page_for_posts": 0,
    "page_on_front": 75,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "litespeed\/v1",
        "litespeed\/v3",
        "rankmath\/v1",
        "wc\/v3",
        "jetpack\/v4",
        "bdt\/v1",
        "pum\/v1",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/an",
        "rankmath\/v1\/in",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wc\/private",
        "metform\/v1\/forms",
        "metform\/v1\/entries",
        "google-site-kit\/v1",
        "elementor\/v1",
        "wcpa\/admin",
        "wcpa\/front",
        "wc\/v1",
        "wc\/v2",
        "wc-telemetry",
        "wccom-site\/v3",
        "uianim\/v1",
        "uielem\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "ep-wincher\/v1.0.0"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/bosphorusmath.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "The oEmbed format to use.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "The maximum width of the embed frame in pixels.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "The maximum height of the embed frame in pixels.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Whether to perform an oEmbed discovery request for unsanctioned providers.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/litespeed\/v1": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/toggle_crawler_state": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/toggle_crawler_state"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/tool\/check_ip": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/tool\/check_ip"
                    }
                ]
            }
        },
        "\/litespeed\/v3": {
            "namespace": "litespeed\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ip_validate": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3\/ip_validate"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/wp_rest_echo": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3\/wp_rest_echo"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ping": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3\/ping"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/cdn_status": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3\/cdn_status"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/notify_img"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ccss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/notify_ccss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ucss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/notify_ucss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_vpi": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/notify_vpi"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/err_domains": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v3\/err_domains"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/check_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/litespeed\/v1\/check_img"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Module slug",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Module state either on or off",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/autoUpdate": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/autoUpdate"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/resetSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/resetSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Site token",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "schemas": {
                            "description": "schemas to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "No meta rows found to update.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/wc\/v3": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/featured": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/featured"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/subscriptions"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/connect": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/subscriptions\/connect"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/disconnect": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/subscriptions\/disconnect"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/activate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/subscriptions\/activate"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/install-url": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/subscriptions\/install-url"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/create-order": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/marketplace\/create-order"
                    }
                ]
            }
        },
        "\/jetpack\/v4": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_registration": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/verify_registration"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_authorize": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/remote_authorize"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_provision": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/remote_provision"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/remote_register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_connect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/remote_connect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "isActive": {
                            "description": "Set to false will trigger the site to disconnect.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/reconnect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/reconnect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "from": {
                            "description": "Indicates where the registration action was triggered for tracking\/segmentation purposes",
                            "type": "string",
                            "required": false
                        },
                        "registration_nonce": {
                            "description": "The registration nonce",
                            "type": "string",
                            "required": true
                        },
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "Indicates from what plugin the request is coming from",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI of the admin page where the user should be redirected after connection flow",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/authorize_url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/user-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_token": {
                            "description": "New user token",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "Is connection owner",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/user-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/owner": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "owner": {
                            "description": "New owner",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/heartbeat\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "prefix": {
                            "description": "Prefix to add before the stats identifiers.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/jetpack\/v4\/heartbeat\/data"
                    }
                ]
            }
        },
        "\/bdt\/v1": {
            "namespace": "bdt\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "bdt\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/bdt\/v1"
                    }
                ]
            }
        },
        "\/bdt\/v1\/get-singular-list": {
            "namespace": "bdt\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/bdt\/v1\/get-singular-list"
                    }
                ]
            }
        },
        "\/pum\/v1": {
            "namespace": "pum\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pum\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/pum\/v1"
                    }
                ]
            }
        },
        "\/pum\/v1\/analytics": {
            "namespace": "pum\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "event": {
                            "description": "Event Type",
                            "type": "string",
                            "required": true
                        },
                        "pid": {
                            "description": "Popup ID",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/pum\/v1\/analytics"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/migrateuser": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/migrateuser"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/wc-admin": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-admin",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/notice\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/notice\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/recommended"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/knowledge-base": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/knowledge-base"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/activate-plugin": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "plugin": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/overview\/activate-plugin"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/installed-plugins": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/overview\/installed-plugins"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommendations": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "enum": [
                                "channels",
                                "extensions"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/marketing\/campaign-types"
                    }
                ]
            }
        },
        "\/wc-admin\/options": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/options"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "woocommerce_show_marketplace_suggestions v\u0259 woocommerce_setting_payments_recommendations_hidden se\u00e7iml\u0259ri yox olaraq t\u0259yin edildikd\u0259 defolt \u00f6d\u0259ni\u015f t\u0259klifl\u0259rini qaytar\u0131n",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/payment-gateway-suggestions"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/payment-gateway-suggestions\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/themes": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "Y\u00fckl\u0259n\u0259c\u0259k m\u00f6vzunun zip fayl\u0131.",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/themes"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/install\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/active": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/installed"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/activate\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/connect-jetpack": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/connect-jetpack"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/request-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/request-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/finish-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/finish-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-wcpay": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/connect-wcpay"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-square": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/plugins\/connect-square"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/free-extensions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/free-extensions"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/product-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/product-types"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "completed": {
                            "type": "boolean",
                            "description": "Profilin tamamlan\u0131b tamamlanmamas\u0131.",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "Profilin atlan\u0131b-ke\u00e7ilm\u0259m\u0259si.",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "s\u0259naye.",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        },
                        "product_types": {
                            "type": "array",
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n n\u00f6vl\u0259ri.",
                            "items": {
                                "enum": [
                                    "physical",
                                    "downloads",
                                    "subscriptions",
                                    "memberships",
                                    "bookings",
                                    "product-bundles",
                                    "product-add-ons"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_count": {
                            "type": "string",
                            "description": "\u018flav\u0259 edil\u0259c\u0259k m\u0259hsullar\u0131n say\u0131.",
                            "enum": [
                                "0",
                                "1-10",
                                "11-100",
                                "101-1000",
                                "1000+"
                            ],
                            "required": false
                        },
                        "selling_venues": {
                            "type": "string",
                            "description": "Ma\u011fazan\u0131n dig\u0259r yerl\u0259rind\u0259 m\u0259hsullar sat\u0131l\u0131r.",
                            "enum": [
                                "no",
                                "other",
                                "brick-mortar",
                                "brick-mortar-other",
                                "other-woocommerce"
                            ],
                            "required": false
                        },
                        "number_employees": {
                            "type": "string",
                            "description": "Ma\u011fazan\u0131n i\u015f\u00e7il\u0259rinin say\u0131.",
                            "enum": [
                                "1",
                                "<10",
                                "10-50",
                                "50-250",
                                "+250",
                                "not specified"
                            ],
                            "required": false
                        },
                        "revenue": {
                            "type": "string",
                            "description": "Ma\u011fazan\u0131n cari illik g\u0259liri.",
                            "enum": [
                                "none",
                                "up-to-2500",
                                "2500-10000",
                                "10000-50000",
                                "50000-250000",
                                "more-than-250000",
                                "rather-not-say"
                            ],
                            "required": false
                        },
                        "other_platform": {
                            "type": "string",
                            "description": "Sat\u0131\u015f \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n dig\u0259r platforman\u0131n ad\u0131.",
                            "enum": [
                                "shopify",
                                "bigcommerce",
                                "magento",
                                "wix",
                                "amazon",
                                "ebay",
                                "etsy",
                                "squarespace",
                                "other"
                            ],
                            "required": false
                        },
                        "other_platform_name": {
                            "type": "string",
                            "description": "Sat\u0131\u015f \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n dig\u0259r platforman\u0131n ad\u0131 (sadada yoxdur).",
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "Qura\u015fd\u0131r\u0131lacaq \u0259lav\u0259 biznes uzant\u0131lar\u0131.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "theme": {
                            "type": "string",
                            "description": "Se\u00e7ilmi\u015f ma\u011faza m\u00f6vzusu.",
                            "required": false
                        },
                        "setup_client": {
                            "type": "boolean",
                            "description": "Bu ma\u011fazan\u0131n m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn qurulmas\u0131 olub-olmamas\u0131.",
                            "required": false
                        },
                        "wccom_connected": {
                            "type": "boolean",
                            "description": "Uzatma ax\u0131n\u0131 zaman\u0131 ma\u011fazan\u0131n WooCommerce.com-a qo\u015fulub-qo\u015fulmamas\u0131.",
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "Bu ma\u011faza WooCommerce.com-dan marketinq m\u0259zmunu alma\u011fa raz\u0131 olub-olmamas\u0131.",
                            "required": false
                        },
                        "store_email": {
                            "type": "string",
                            "description": "Ma\u011faza e-po\u00e7t \u00fcnvan\u0131.",
                            "required": false
                        },
                        "is_store_country_set": {
                            "type": "boolean",
                            "description": "Bu ma\u011faza \u00f6lk\u0259sinin onboarding profiler vasit\u0259sil\u0259 t\u0259yin edilib-edilm\u0259m\u0259si.",
                            "required": false
                        },
                        "is_plugins_page_skipped": {
                            "type": "boolean",
                            "description": "Pluginl\u0259rin \u0259sas profil\u00e7iy\u0259 add\u0131m at\u0131b-atmamas\u0131 atland\u0131.",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/profile"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/import_sample_products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/tasks\/import_sample_products"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_homepage": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/tasks\/create_homepage"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_product_from_template": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "template_name": {
                            "type": "string",
                            "description": "M\u0259hsul \u015fablonunun ad\u0131.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/tasks\/create_product_from_template"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "description": "\u0130d il\u0259 yaln\u0131z x\u00fcsusi tap\u015f\u0131r\u0131q siyah\u0131lar\u0131n\u0131 \u0259ld\u0259 etm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 parametr.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "setup",
                                    "extended",
                                    "secret_tasklist"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "\u0130d il\u0259 yaln\u0131z x\u00fcsusi tap\u015f\u0131r\u0131q siyah\u0131lar\u0131n\u0131 \u0259ld\u0259 etm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 parametr.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "setup",
                                    "extended",
                                    "secret_tasklist"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259fi filtrind\u0259n uzad\u0131lm\u0131\u015f k\u00f6hn\u0259lmi\u015f tap\u015f\u0131r\u0131qlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/tasks"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/hide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/unhide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_-]+)\/snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "duration": {
                            "description": "Tap\u015f\u0131r\u0131\u011f\u0131 t\u0259xir\u0259 salmaq \u00fc\u00e7\u00fcn vaxt.",
                            "type": "string",
                            "required": false
                        },
                        "task_list_id": {
                            "description": "X\u00fcsusi tap\u015f\u0131r\u0131q siyah\u0131s\u0131n\u0131 sor\u011fulamaq \u00fc\u00e7\u00fcn \u0259lav\u0259 parametr.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/action": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/themes\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/themes\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/themes\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/themes\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/themes\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "industry": {
                            "type": "string",
                            "description": "Limits the results to themes relevant for this industry (optional)",
                            "required": false
                        },
                        "currency": {
                            "type": "string",
                            "enum": [
                                "USD",
                                "AUD",
                                "CAD",
                                "EUR",
                                "GBP"
                            ],
                            "default": "USD",
                            "description": "Returns pricing in this currency (optional, default: USD)",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/themes\/recommended"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate-async": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "plugins": {
                            "description": "A list of plugins to install",
                            "type": "array",
                            "items": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate-async"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/scheduled-installs\/(?P<job_id>\\w+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "The URL to redirect to after authorization",
                            "type": "string",
                            "required": true
                        },
                        "from": {
                            "description": "from value for the jetpack authorization page",
                            "type": "string",
                            "default": "woocommerce-onboarding",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/onboarding\/products"
                    }
                ]
            }
        },
        "\/wc-admin\/navigation\/favorites\/me": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "item_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "item_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/navigation\/favorites\/me"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app\/send-magic-link": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/mobile-app\/send-magic-link"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/mobile-app"
                    }
                ]
            }
        },
        "\/wc-admin\/shipping-partner-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "woocommerce_show_marketplace_suggestions se\u00e7imi yox olaraq t\u0259yin edildikd\u0259 defolt g\u00f6nd\u0259rm\u0259 t\u0259r\u0259fda\u015f\u0131 t\u0259klifl\u0259rini qaytar\u0131n",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/shipping-partner-suggestions"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/store-title": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn biznes t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/store-title"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/business-description": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn biznes t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/business-description"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/store-info": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/store-info"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/images": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn biznes t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/images"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/patterns": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn biznes t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "images": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn \u015f\u0259kill\u0259r.",
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/patterns"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/product": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "products_information": {
                            "description": "Saxta m\u0259hsullar\u0131 yenil\u0259m\u0259k \u00fc\u00e7\u00fcn AI t\u0259r\u0259find\u0259n yarad\u0131lan m\u0259lumatlar.",
                            "type": "object",
                            "required": false
                        },
                        "last_product": {
                            "description": "Yenil\u0259n\u0259n m\u0259hsulun d\u00f6vr\u0259d\u0259 sonuncu olub-olmamas\u0131",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/ai\/product"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/initialize-coming-soon": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/launch-your-store\/initialize-coming-soon"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/update-survey-status": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/launch-your-store\/update-survey-status"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/survey-completed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/launch-your-store\/survey-completed"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/woopayments\/test-orders\/count": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/launch-your-store\/woopayments\/test-orders\/count"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/woopayments\/test-orders": {
            "namespace": "wc-admin",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-admin\/launch-your-store\/woopayments\/test-orders"
                    }
                ]
            }
        },
        "\/wc-analytics": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-analytics",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Axtar\u0131\u015f terminini ehtiva ed\u0259n m\u00fc\u015ft\u0259ri sah\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. `searchby` t\u0259r\u0259find\u0259n t\u0259min edil\u0259n sah\u0259ni axtar\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "X\u00fcsusi adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "X\u00fcsusi adlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "E-po\u00e7t daxil olmaqla obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "E-po\u00e7tlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259rl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259r istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (v\u0259 ya bu vaxtda) aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n b\u00f6y\u00fck v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n az v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Verilmi\u015f iki tam \u0259d\u0259d aras\u0131nda s\u0131ra say\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r \u00fcmumi sifari\u015f x\u0259rcl\u0259diyi obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n \u00fcmumi sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda \u00fcmumi sifari\u015f x\u0259rcl\u0259m\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r olan orta sifari\u015f x\u0259rcl\u0259ri olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n orta sifari\u015fli obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda orta sifari\u015f s\u0259rfiyyat\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) son sifari\u015fi olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (v\u0259 ya ondan sonra) sonuncu sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f istifad\u0259\u00e7i identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Ke\u00e7irilmi\u015f sah\u0259l\u0259rd\u0259n h\u0259r hans\u0131 birinin bo\u015f oldu\u011fu n\u0259tic\u0259l\u0259ri filtrl\u0259yin",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Axtar\u0131\u015f terminini ehtiva ed\u0259n m\u00fc\u015ft\u0259ri sah\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. `searchby` t\u0259r\u0259find\u0259n t\u0259min edil\u0259n sah\u0259ni axtar\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "X\u00fcsusi adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "X\u00fcsusi adlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "E-po\u00e7t daxil olmaqla obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "E-po\u00e7tlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259rl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259r istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (v\u0259 ya bu vaxtda) aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n b\u00f6y\u00fck v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n az v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Verilmi\u015f iki tam \u0259d\u0259d aras\u0131nda s\u0131ra say\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r \u00fcmumi sifari\u015f x\u0259rcl\u0259diyi obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n \u00fcmumi sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda \u00fcmumi sifari\u015f x\u0259rcl\u0259m\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r olan orta sifari\u015f x\u0259rcl\u0259ri olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n orta sifari\u015fli obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda orta sifari\u015f s\u0259rfiyyat\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) son sifari\u015fi olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (v\u0259 ya ondan sonra) sonuncu sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f istifad\u0259\u00e7i identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Ke\u00e7irilmi\u015f sah\u0259l\u0259rd\u0259n h\u0259r hans\u0131 birinin bo\u015f oldu\u011fu n\u0259tic\u0259l\u0259ri filtrl\u0259yin",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/leaderboards": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "Linkl\u0259r aras\u0131nda davam etm\u0259k \u00fc\u00e7\u00fcn URL sor\u011fusu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/leaderboards\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/(?P<leaderboard>\\w+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "leaderboard": {
                            "type": "string",
                            "enum": [
                                "customers",
                                "coupons",
                                "categories",
                                "products"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "Linkl\u0259r aras\u0131nda davam etm\u0259k \u00fc\u00e7\u00fcn URL sor\u011fusu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "\u0130dxal edil\u0259c\u0259k g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "M\u00f6vcud sifari\u015f m\u0259lumatlar\u0131n\u0131n idxal\u0131n\u0131 atlay\u0131n.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/import"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/cancel": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/import\/cancel"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/delete": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/import\/delete"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "\u0130dxal edil\u0259c\u0259k g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "M\u00f6vcud sifari\u015f m\u0259lumatlar\u0131n\u0131n idxal\u0131n\u0131 atlay\u0131n.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/import\/totals"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "report_args": {
                            "description": "\u0130xrac edilmi\u015f hesabata \u00f6t\u00fcr\u00fcl\u0259c\u0259k parametrl\u0259r.",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "Do\u011fru olduqda, ixrac\u0131 sor\u011fu ed\u0259n istifad\u0259\u00e7iy\u0259 endirm\u0259k \u00fc\u00e7\u00fcn linki e-po\u00e7tla g\u00f6nd\u0259rin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export\/(?P<export_id>[a-z0-9]+)\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/reports\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "product_name",
                                "variations",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "N\u0259tic\u0259ni g\u00f6st\u0259ril\u0259n kateqoriyalardan olan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n m\u0259hsul identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Hesabata h\u0259r bir m\u0259hsul haqq\u0131nda \u0259lav\u0259 m\u0259lumat \u0259lav\u0259 edin.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f \u0259sas m\u0259hsul(lar)\u0131 olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f \u0259sas m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n variasiya idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Hesabata h\u0259r bir variasiya haqq\u0131nda \u0259lav\u0259 m\u0259lumat \u0259lav\u0259 edin.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "attribute_is": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f atributlar\u0131 ehtiva ed\u0259n variasiyalarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f atributlar\u0131 daxil etm\u0259y\u0259n variasiyalarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "category_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f kateqoriyalardak\u0131 d\u0259yi\u015fiklikl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n kateqoriyalarda olmayan variasiyalarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n m\u0259hsul identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "N\u0259tic\u0259ni g\u00f6st\u0259ril\u0259n kateqoriyalardan olan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n m\u0259hsul identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n variasiya idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "category_includes": {
                            "description": "N\u0259tic\u0259ni g\u00f6st\u0259ril\u0259n kateqoriyalardan olan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n kateqoriyalarda olmayan variasiyalarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f \u0259sas m\u0259hsul(lar)\u0131 olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f \u0259sas m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n variasiya idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "G\u00f6st\u0259ril\u0259n atributlara malik m\u0259hsullar\u0131n daxil oldu\u011fu sifari\u015fl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullar\u0131 daxil etm\u0259y\u0259n sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "total_sales",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "gross_sales"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "date_type": {
                            "description": "G\u0259lir hesabatlar\u0131 \u00fc\u00e7\u00fcn n\u0259z\u0259rd\u0259 tutulan veril\u0259nl\u0259r bazas\u0131 tarixi sah\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n &quot;woocommerce_date_type&quot; se\u00e7imini l\u0259\u011fv edin.",
                            "type": "string",
                            "enum": [
                                "date_paid",
                                "date_created",
                                "date_completed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "num_items_sold",
                                "net_total"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f m\u0259hsul(lar)\u0131n t\u0259yin olundu\u011fu elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f variasiya(lar)\u0131 olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "T\u0259yin edilmi\u015f variasiya(lar)\u0131 olmayan elementl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f kupon(lar)\u0131 olan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "T\u0259yin edilmi\u015f kupon(lar)\u0131 olmayan elementl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n vergi d\u0259r\u0259c\u0259l\u0259ri t\u0259yin edilmi\u015f madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f vergi d\u0259r\u0259c\u0259si(l\u0259r)i olmayan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusu olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusuna malik olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "customer_type": {
                            "description": "N\u0259tic\u0259ni geri qay\u0131dan v\u0259 ya yeni m\u00fc\u015ft\u0259ril\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "returning",
                                "new"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi geri qaytarma n\u00f6vl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "Hesabata h\u0259r bir kupon haqq\u0131nda \u0259lav\u0259 m\u0259lumat \u0259lav\u0259 edin.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f id-l\u0259ri olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "G\u00f6st\u0259ril\u0259n atributlara malik m\u0259hsullar\u0131n daxil oldu\u011fu sifari\u015fl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullar\u0131 daxil etm\u0259y\u0259n sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusu olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "default": null,
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusuna malik olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f m\u0259hsul(lar)\u0131n t\u0259yin olundu\u011fu elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f variasiya(lar)\u0131 olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "T\u0259yin edilmi\u015f variasiya(lar)\u0131 olmayan elementl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f kupon(lar)\u0131 olan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "T\u0259yin edilmi\u015f kupon(lar)\u0131 olmayan elementl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n vergi d\u0259r\u0259c\u0259l\u0259ri t\u0259yin edilmi\u015f madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin edilmi\u015f vergi d\u0259r\u0259c\u0259si(l\u0259r)i olmayan madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer": {
                            "description": "m\u00fc\u015ft\u0259ri_n\u00f6v\u00fc \u00fc\u00e7\u00fcn l\u0259q\u0259b (k\u00f6hn\u0259lmi\u015fdir).",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "customer_type": {
                            "description": "M\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri_tipi olan sifari\u015fl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi geri qaytarma n\u00f6vl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "G\u00f6st\u0259ril\u0259n atributlara malik m\u0259hsullar\u0131n daxil oldu\u011fu sifari\u015fl\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullar\u0131 daxil etm\u0259y\u0259n sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "category_id",
                            "enum": [
                                "category_id",
                                "items_sold",
                                "net_revenue",
                                "orders_count",
                                "products_count",
                                "category"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusu olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f statusuna malik olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar taksonomiyas\u0131nda t\u0259yin edilmi\u015f termini olan b\u00fct\u00fcn elementl\u0259r\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Hesabata h\u0259r bir kateqoriya haqq\u0131nda \u0259lav\u0259 m\u0259lumat \u0259lav\u0259 edin.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "tax_rate_id",
                            "enum": [
                                "name",
                                "tax_rate_id",
                                "tax_code",
                                "rate",
                                "order_tax",
                                "total_tax",
                                "shipping_tax",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "N\u0259tic\u0259 d\u0259stini bir v\u0259 ya daha \u00e7ox vergi d\u0259r\u0259c\u0259si t\u0259yin edilmi\u015f madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "items_sold",
                                "total_sales",
                                "orders_count",
                                "products_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "taxes": {
                            "description": "Vergil\u0259r taksonomiyas\u0131nda m\u00fc\u0259yy\u0259n edilmi\u015f m\u00fcdd\u0259t t\u0259yin edilmi\u015f b\u00fct\u00fcn madd\u0259l\u0259rl\u0259 n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "coupon_id",
                            "enum": [
                                "coupon_id",
                                "code",
                                "amount",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n kuponlara t\u0259yin edilmi\u015f x\u00fcsusi kupon ID-l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Hesabata h\u0259r bir kupon haqq\u0131nda \u0259lav\u0259 m\u0259lumat \u0259lav\u0259 edin.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "amount",
                                "coupons_count",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "coupons": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n kuponlara t\u0259yin edilmi\u015f x\u00fcsusi kupon ID-l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Cavab\u0131 \u0259lav\u0259 m\u0259hdudiyy\u0259tl\u0259 seqmentl\u0259\u015fdirin.",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini s\u0259hm hesabat\u0131 n\u00f6v\u00fc t\u0259yin edilmi\u015f madd\u0259l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "lowstock",
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: m\u0259hsullar, sifari\u015fl\u0259r, istifad\u0259\u00e7i ad\u0131, ip_\u00fcnvan\u0131.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f m\u0259hsul(lar)\u0131n t\u0259yin olundu\u011fu elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f id-l\u0259ri olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "M\u00fc\u0259yy\u0259n edilmi\u015f istifad\u0259\u00e7i identifikatorlar\u0131na malik olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n edilmi\u015f istifad\u0259\u00e7i idl\u0259ri olmayan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "M\u00fc\u0259yy\u0259n bir IP \u00fcnvan\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n bir IP \u00fcnvan\u0131 olmayan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Qaytar\u0131lan m\u0259lumatda vedr\u0259l\u0259r \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259c\u0259k vaxt interval\u0131.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f m\u0259hsul(lar)\u0131n t\u0259yin olundu\u011fu elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f m\u0259hsul(lar)\u0131 olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f idl\u0259ri olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n edilmi\u015f sifari\u015f id-l\u0259ri olmayan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "M\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri identifikatorlar\u0131na malik olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri idl\u0259ri olmayan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "M\u00fc\u0259yy\u0259n bir IP \u00fcnvan\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n bir IP \u00fcnvan\u0131 olmayan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Axtar\u0131\u015f terminini ehtiva ed\u0259n m\u00fc\u015ft\u0259ri sah\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. `searchby` t\u0259r\u0259find\u0259n t\u0259min edil\u0259n sah\u0259ni axtar\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "X\u00fcsusi adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "X\u00fcsusi adlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "E-po\u00e7t daxil olmaqla obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "E-po\u00e7tlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259rl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259r istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (v\u0259 ya bu vaxtda) aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n b\u00f6y\u00fck v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n az v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Verilmi\u015f iki tam \u0259d\u0259d aras\u0131nda s\u0131ra say\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r \u00fcmumi sifari\u015f x\u0259rcl\u0259diyi obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n \u00fcmumi sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda \u00fcmumi sifari\u015f x\u0259rcl\u0259m\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r olan orta sifari\u015f x\u0259rcl\u0259ri olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n orta sifari\u015fli obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda orta sifari\u015f s\u0259rfiyyat\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) son sifari\u015fi olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (v\u0259 ya ondan sonra) sonuncu sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "users": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f istifad\u0259\u00e7i identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Ke\u00e7irilmi\u015f sah\u0259l\u0259rd\u0259n h\u0259r hans\u0131 birinin bo\u015f oldu\u011fu n\u0259tic\u0259l\u0259ri filtrl\u0259yin",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) qeyd\u0259 al\u0131nm\u0131\u015f obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "N\u0259tic\u0259 \u00e7oxluq \u00fc\u00e7\u00fcn b\u00fct\u00fcn \u015f\u0259rtl\u0259rin do\u011fru olub-olmad\u0131\u011f\u0131n\u0131 v\u0259 ya onlardan h\u0259r hans\u0131 birinin kifay\u0259t olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir. Uy\u011funluq a\u015fa\u011f\u0131dak\u0131 parametrl\u0259r\u0259 t\u0259sir edir: status_dur, status_deyil, m\u0259hsul_daxildir, m\u0259hsul_istisna edir, kupon_daxil edir, kupon_istisna edir, m\u00fc\u015ft\u0259ri, kateqoriyalar",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Axtar\u0131\u015f terminini ehtiva ed\u0259n m\u00fc\u015ft\u0259ri sah\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. `searchby` t\u0259r\u0259find\u0259n t\u0259min edil\u0259n sah\u0259ni axtar\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "X\u00fcsusi adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "X\u00fcsusi adlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "X\u00fcsusi istifad\u0259\u00e7i adlar\u0131 istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "E-po\u00e7t daxil olmaqla obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "E-po\u00e7tlar istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259rl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "M\u00fc\u0259yy\u0259n \u00f6lk\u0259l\u0259r istisna olmaqla, obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (v\u0259 ya bu vaxtda) aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (yaxud da) son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u0130ki verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131 aras\u0131nda son aktiv olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n b\u00f6y\u00fck v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Sifari\u015f say\u0131 verilmi\u015f tam \u0259d\u0259dd\u0259n az v\u0259 ya ona b\u0259rab\u0259r olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Verilmi\u015f iki tam \u0259d\u0259d aras\u0131nda s\u0131ra say\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r \u00fcmumi sifari\u015f x\u0259rcl\u0259diyi obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n \u00fcmumi sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda \u00fcmumi sifari\u015f x\u0259rcl\u0259m\u0259si il\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n \u00e7ox v\u0259 ya ona b\u0259rab\u0259r olan orta sifari\u015f x\u0259rcl\u0259ri olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Verilmi\u015f n\u00f6mr\u0259d\u0259n az v\u0259 ya ona b\u0259rab\u0259r x\u0259rcl\u0259n\u0259n orta sifari\u015fli obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Verilmi\u015f iki \u0259d\u0259d aras\u0131nda orta sifari\u015f s\u0259rfiyyat\u0131 olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan \u0259vv\u0259l (yaxud da) son sifari\u015fi olan obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011fun tarix vaxt\u0131ndan sonra (v\u0259 ya ondan sonra) sonuncu sifari\u015fl\u0259 obyektl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n edilmi\u015f m\u00fc\u015ft\u0259ri identifikatorlar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Statistikalar sah\u0259l\u0259rini g\u00f6st\u0259ril\u0259n elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Ke\u015fd\u0259n deyil, t\u0259z\u0259 m\u0259lumatlar\u0131n al\u0131nmas\u0131n\u0131 m\u0259cbur edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "X\u00fcsusi hesabat statistikas\u0131na cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. \u0130caz\u0259 veril\u0259n d\u0259y\u0259rl\u0259r: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "X\u00fcsusi hesabat statistikas\u0131na cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n. \u0130caz\u0259 veril\u0259n d\u0259y\u0259rl\u0259r: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "Qeyd n\u00f6v\u00fc.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey",
                                    "email"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Qeydin v\u0259ziyy\u0259ti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "Qeyd m\u0259nb\u0259yi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "Qeyd n\u00f6v\u00fc.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey",
                                    "email"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Qeydin v\u0259ziyy\u0259ti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "Qeyd m\u0259nb\u0259yi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/admin\/notes"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/all": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "Qeydin v\u0259ziyy\u0259ti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "Qeydin v\u0259ziyy\u0259ti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/admin\/notes\/delete\/all"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/tracker\/(?P<note_id>[\\d-]+)\/user\/(?P<user_id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/update": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/admin\/notes\/update"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/experimental-activate-promo\/(?P<promo_note_name>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/(?P<note_id>[\\d-]+)\/action\/(?P<action_id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "Qeyd \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "Qeyd F\u0259aliyy\u0259ti \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "Qeyd \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "Qeyd F\u0259aliyy\u0259ti \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri verilmi\u015f s\u0259tir\u0259 uy\u011fun g\u0259l\u0259n kodlar\u0131 olan kuponlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kodla resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri verilmi\u015f s\u0259tir\u0259 uy\u011fun g\u0259l\u0259n kodlar\u0131 olan kuponlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kodla resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/data": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/data"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/locales": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/data\/countries\/locales"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/data\/countries"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2 \u00f6lk\u0259 kodu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2 \u00f6lk\u0259 kodu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/data\/download-ips": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi statuslar\u0131 olan sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "N\u0259tic\u0259 setini sifari\u015f n\u00f6mr\u0259sinin bir hiss\u0259sin\u0259 uy\u011fun g\u0259l\u0259n sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "TRY",
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi statuslar\u0131 olan sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "N\u0259tic\u0259 setini sifari\u015f n\u00f6mr\u0259sinin bir hiss\u0259sin\u0259 uy\u011fun g\u0259l\u0259n sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "TRY",
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/orders\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131 v\u0259 ya sku il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tirl\u0259 qism\u0259n uy\u011fun g\u0259l\u0259n SKU-ya malik olanlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini az olan v\u0259 ya stokda olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. (k\u00f6hn\u0259lmi\u015fdir)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131 v\u0259 ya sku il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tirl\u0259 qism\u0259n uy\u011fun g\u0259l\u0259n SKU-ya malik olanlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini az olan v\u0259 ya stokda olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. (k\u00f6hn\u0259lmi\u015fdir)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/suggested-products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini ehtiyatda olan v\u0259 ya olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul kateqoriyas\u0131 idl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul etiketi id-l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "N\u0259tic\u0259 d\u0259sti t\u0259klif olunan m\u0259hsullar\u0131n x\u00fcsusi miqdar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini ehtiyatda olan v\u0259 ya olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul kateqoriyas\u0131 idl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul etiketi id-l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "N\u0259tic\u0259 d\u0259sti t\u0259klif olunan m\u0259hsullar\u0131n x\u00fcsusi miqdar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/suggested-products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far atribut ad\u0131 il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far atribut ad\u0131 il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn \u015flak identifikatoru.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn \u015flak identifikatoru.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST",
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "POST",
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u0130stifad\u0259 edilm\u0259mi\u015f variasiyalar\u0131 silir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Yarad\u0131lm\u0131\u015f variasiyalar \u00fc\u00e7\u00fcn defolt d\u0259y\u0259rl\u0259r.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsul n\u00f6v\u00fc.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ehtiyat Saxlama Vahidi.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya adi qiym\u0259t.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya v\u0259ziyy\u0259ti.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya virtuald\u0131rsa.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Fayl ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Fayl ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Fayl URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi statusu.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi sinfi.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stok miqdar\u0131.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00e7\u0259kisi (kq).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variasiya uzunlu\u011fu (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variasiya eni (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u015e\u0259kil ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u015e\u0259kil URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u015e\u0259klin ad\u0131.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Atribut ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Atribut ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta veril\u0259nl\u0259r.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Meta a\u00e7ar.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Meta d\u0259y\u0259r.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana ad\u0131.",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana identifikatoru.",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u0130stifad\u0259 edilm\u0259mi\u015f variasiyalar\u0131 silir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Yarad\u0131lm\u0131\u015f variasiyalar \u00fc\u00e7\u00fcn defolt d\u0259y\u0259rl\u0259r.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsul n\u00f6v\u00fc.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ehtiyat Saxlama Vahidi.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya adi qiym\u0259t.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya v\u0259ziyy\u0259ti.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya virtuald\u0131rsa.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Fayl ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Fayl ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Fayl URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi statusu.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi sinfi.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stok miqdar\u0131.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00e7\u0259kisi (kq).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variasiya uzunlu\u011fu (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variasiya eni (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u015e\u0259kil ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u015e\u0259kil URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u015e\u0259klin ad\u0131.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Atribut ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Atribut ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta veril\u0259nl\u0259r.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Meta a\u00e7ar.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Meta d\u0259y\u0259r.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana ad\u0131.",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana identifikatoru.",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u0130stifad\u0259 edilm\u0259mi\u015f variasiyalar\u0131 silir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Yarad\u0131lm\u0131\u015f variasiyalar \u00fc\u00e7\u00fcn defolt d\u0259y\u0259rl\u0259r.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsul n\u00f6v\u00fc.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ehtiyat Saxlama Vahidi.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya adi qiym\u0259t.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya v\u0259ziyy\u0259ti.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya virtuald\u0131rsa.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Fayl ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Fayl ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Fayl URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi statusu.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi sinfi.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stok miqdar\u0131.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00e7\u0259kisi (kq).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variasiya uzunlu\u011fu (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variasiya eni (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u015e\u0259kil ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u015e\u0259kil URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u015e\u0259klin ad\u0131.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Atribut ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Atribut ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta veril\u0259nl\u0259r.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Meta a\u00e7ar.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Meta d\u0259y\u0259r.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana ad\u0131.",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana identifikatoru.",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u0130stifad\u0259 edilm\u0259mi\u015f variasiyalar\u0131 silir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Yarad\u0131lm\u0131\u015f variasiyalar \u00fc\u00e7\u00fcn defolt d\u0259y\u0259rl\u0259r.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsul n\u00f6v\u00fc.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ehtiyat Saxlama Vahidi.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya adi qiym\u0259t.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya v\u0259ziyy\u0259ti.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya virtuald\u0131rsa.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Fayl ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Fayl ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Fayl URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi statusu.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi sinfi.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stok miqdar\u0131.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00e7\u0259kisi (kq).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variasiya uzunlu\u011fu (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variasiya eni (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u015e\u0259kil ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u015e\u0259kil URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u015e\u0259klin ad\u0131.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Atribut ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Atribut ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta veril\u0259nl\u0259r.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Meta a\u00e7ar.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Meta d\u0259y\u0259r.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana ad\u0131.",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun ana identifikatoru.",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ana ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET",
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Ox\u015far m\u0259hsul ad\u0131, sku v\u0259 ya atribut d\u0259y\u0259ri il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f r\u0259yl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi istifad\u0259\u00e7i ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi istifad\u0259\u00e7i identifikatorlar\u0131na t\u0259yin edilmi\u015f r\u0259yl\u0259ri istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "M\u00fc\u0259yy\u0259n bir m\u00fc\u0259llif e-po\u00e7tundan g\u0259l\u0259n n\u0259tic\u0259ni m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin ad\u0131.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin e-po\u00e7tu.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "M\u0259zmunu n\u0259z\u0259rd\u0259n ke\u00e7irin.",
                            "required": true
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f r\u0259yl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi istifad\u0259\u00e7i ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi istifad\u0259\u00e7i identifikatorlar\u0131na t\u0259yin edilmi\u015f r\u0259yl\u0259ri istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "M\u00fc\u0259yy\u0259n bir m\u00fc\u0259llif e-po\u00e7tundan g\u0259l\u0259n n\u0259tic\u0259ni m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin ad\u0131.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin e-po\u00e7tu.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "M\u0259zmunu n\u0259z\u0259rd\u0259n ke\u00e7irin.",
                            "required": true
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/reviews\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/count-low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/products\/count-low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "B\u0259nz\u0259r vergi kodu il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f tarif ID(l\u0259ri) olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "B\u0259nz\u0259r vergi kodu il\u0259 axtar\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini t\u0259yin olunmu\u015f tarif ID(l\u0259ri) olan elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-analytics\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/store": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store"
                    }
                ]
            }
        },
        "\/wc\/store\/batch": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/add-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "S\u0259b\u0259t m\u0259hsulu v\u0259 ya variasiya ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "S\u0259b\u0259t\u0259 \u0259lav\u0259 edil\u0259c\u0259k bu madd\u0259nin miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "Se\u00e7ilmi\u015f atributlar (variasiyalar \u00fc\u00e7\u00fcn).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Variasiya atributunun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Variasiya atributunun d\u0259y\u0259ri.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/apply-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Kuponun unikal kodu.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Kupon \u00fc\u00e7\u00fcn endirim n\u00f6v\u00fc (m\u0259s\u0259l\u0259n, faiz v\u0259 ya sabit m\u0259bl\u0259\u011f)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/extensions": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "Art\u0131rman\u0131n ad\u0131 - bu sor\u011fudak\u0131 m\u0259lumatlar\u0131n m\u00fcvafiq \u015f\u0259kild\u0259 y\u00f6nl\u0259ndirilm\u0259sini t\u0259min etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 olunacaq.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Uzatmaya ke\u00e7m\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 m\u0259lumatlar",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/remove-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/remove-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259t elementi \u00fc\u00e7\u00fcn unikal identifikator (a\u00e7ar).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/select-shipping-rate": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "G\u00f6nd\u0259ril\u0259n paketin ID-si. B\u00fct\u00fcn paketl\u0259r\u0259 t\u0259tbiq etm\u0259k \u00fc\u00e7\u00fcn bo\u015f burax\u0131n.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "Paket \u00fc\u00e7\u00fcn se\u00e7ilmi\u015f tarif ID-si.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259t elementinin yenil\u0259nm\u0259si \u00fc\u00e7\u00fcn unikal identifikator (a\u00e7ar).",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "S\u0259b\u0259td\u0259ki \u0259\u015fyan\u0131n yeni miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-customer": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u00d6d\u0259ni\u015fi emal ed\u0259rk\u0259n \u00f6d\u0259ni\u015f \u00fcsuluna ke\u00e7m\u0259k \u00fc\u00e7\u00fcn m\u0259lumatlar.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "M\u00fcmk\u00fcns\u0259, yeni hesablar \u00fc\u00e7\u00fcn m\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u00d6d\u0259ni\u015f zaman\u0131 m\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n sifari\u015f\u0259 \u0259lav\u0259 edilmi\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015fi emal etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n \u00f6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "enum": [
                                "param",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Sifari\u015f emal\u0131n\u0131n bir hiss\u0259si kimi yeni istifad\u0259\u00e7i hesab\u0131 yarad\u0131b-yaratmamaq.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Sifari\u015fd\u0259 davam etdiril\u0259c\u0259k \u0259lav\u0259 sah\u0259l\u0259r.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution t\u0259r\u0259find\u0259n qeyd\u0259 al\u0131nan geni\u015fl\u0259ndirm\u0259 m\u0259lumatlar\u0131",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Sifari\u015f atribut sah\u0259si: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Sifari\u015f atribut sah\u0259si: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Sifari\u015f atribut sah\u0259si: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u00d6d\u0259ni\u015fi emal ed\u0259rk\u0259n \u00f6d\u0259ni\u015f \u00fcsuluna ke\u00e7m\u0259k \u00fc\u00e7\u00fcn m\u0259lumatlar.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u00d6d\u0259ni\u015f zaman\u0131 m\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n sifari\u015f\u0259 \u0259lav\u0259 edilmi\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015fi emal etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n \u00f6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "enum": [
                                "param",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Sifari\u015fd\u0259 davam etdiril\u0259c\u0259k \u0259lav\u0259 sah\u0259l\u0259r.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution t\u0259r\u0259find\u0259n qeyd\u0259 al\u0131nan geni\u015fl\u0259ndirm\u0259 m\u0259lumatlar\u0131",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Sifari\u015f atribut sah\u0259si: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Sifari\u015f atribut sah\u0259si: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Sifari\u015f atribut sah\u0259si: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Atribut \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/collection-data": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak(lar) olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "M\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn hans\u0131 tarix s\u00fctunundan sonra\/\u0259vv\u0259l istifad\u0259 ed\u0259r\u0259k cavab\u0131 m\u0259hdudla\u015fd\u0131rark\u0259n.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "M\u0259hsul kateqoriyas\u0131 \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "M\u0259hsul etiketl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f qlobal atributlar\u0131 olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Atribut taksonomiyas\u0131n\u0131n ad\u0131.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Atribut terminl\u0259rinin identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Atribut \u015flak(lar)\u0131n\u0131n siyah\u0131s\u0131. Termin ID t\u0259qdim edil\u0259rs\u0259, bu n\u0259z\u0259r\u0259 al\u0131nmayacaq.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "M\u0259hsul atribut \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Eyni anda \u00e7oxlu s\u00fczg\u0259cd\u0259n ke\u00e7ir\u0259rk\u0259n atributlar aras\u0131nda m\u0259ntiqi \u0259laq\u0259.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Gizli v\u0259 ya g\u00f6r\u00fcn\u0259n kataloq m\u0259hsullar\u0131n\u0131n g\u00f6st\u0259rildiyini m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n orta reytinq\u0259 malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Do\u011frudursa, kolleksiya \u00fc\u00e7\u00fcn minimum v\u0259 maksimum m\u0259hsul qiym\u0259tl\u0259rini hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Do\u011frudursa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn ehtiyat saylar\u0131n\u0131 hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "T\u0259l\u0259b olunarsa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn atribut m\u00fcdd\u0259tl\u0259rinin say\u0131n\u0131 hesablay\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taksonomiya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Saylara t\u0259sir ed\u0259 bil\u0259n filtr v\u0259ziyy\u0259ti h\u0259yata ke\u00e7irilir. Etibarl\u0131 d\u0259y\u0259rl\u0259r\u0259 &quot;v\u0259&quot; v\u0259 &quot;v\u0259 ya&quot; daxildir.",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Do\u011frudursa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn reytinq saylar\u0131n\u0131 hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/reviews": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-l\u0259rinin r\u0259yl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul ID-l\u0259rinin r\u0259yl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/tags": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak(lar) olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "M\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn hans\u0131 tarix s\u00fctunundan sonra\/\u0259vv\u0259l istifad\u0259 ed\u0259r\u0259k cavab\u0131 m\u0259hdudla\u015fd\u0131rark\u0259n.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "M\u0259hsul kateqoriyas\u0131 \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "M\u0259hsul etiketl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f qlobal atributlar\u0131 olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Atribut taksonomiyas\u0131n\u0131n ad\u0131.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Atribut terminl\u0259rinin identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Atribut \u015flak(lar)\u0131n\u0131n siyah\u0131s\u0131. Termin ID t\u0259qdim edil\u0259rs\u0259, bu n\u0259z\u0259r\u0259 al\u0131nmayacaq.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "M\u0259hsul atribut \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Eyni anda \u00e7oxlu s\u00fczg\u0259cd\u0259n ke\u00e7ir\u0259rk\u0259n atributlar aras\u0131nda m\u0259ntiqi \u0259laq\u0259.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Gizli v\u0259 ya g\u00f6r\u00fcn\u0259n kataloq m\u0259hsullar\u0131n\u0131n g\u00f6st\u0259rildiyini m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n orta reytinq\u0259 malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resursun \u015flamlar\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/batch": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/add-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "S\u0259b\u0259t m\u0259hsulu v\u0259 ya variasiya ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "S\u0259b\u0259t\u0259 \u0259lav\u0259 edil\u0259c\u0259k bu madd\u0259nin miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "Se\u00e7ilmi\u015f atributlar (variasiyalar \u00fc\u00e7\u00fcn).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Variasiya atributunun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Variasiya atributunun d\u0259y\u0259ri.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/apply-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Kuponun unikal kodu.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Kupon \u00fc\u00e7\u00fcn endirim n\u00f6v\u00fc (m\u0259s\u0259l\u0259n, faiz v\u0259 ya sabit m\u0259bl\u0259\u011f)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/extensions": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "Art\u0131rman\u0131n ad\u0131 - bu sor\u011fudak\u0131 m\u0259lumatlar\u0131n m\u00fcvafiq \u015f\u0259kild\u0259 y\u00f6nl\u0259ndirilm\u0259sini t\u0259min etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 olunacaq.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Uzatmaya ke\u00e7m\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 m\u0259lumatlar",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259td\u0259ki element \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/remove-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "S\u0259b\u0259td\u0259ki kupon \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/remove-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259t elementi \u00fc\u00e7\u00fcn unikal identifikator (a\u00e7ar).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/select-shipping-rate": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "G\u00f6nd\u0259ril\u0259n paketin ID-si. B\u00fct\u00fcn paketl\u0259r\u0259 t\u0259tbiq etm\u0259k \u00fc\u00e7\u00fcn bo\u015f burax\u0131n.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "Paket \u00fc\u00e7\u00fcn se\u00e7ilmi\u015f tarif ID-si.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "S\u0259b\u0259t elementinin yenil\u0259nm\u0259si \u00fc\u00e7\u00fcn unikal identifikator (a\u00e7ar).",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "S\u0259b\u0259td\u0259ki \u0259\u015fyan\u0131n yeni miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-customer": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u00d6d\u0259ni\u015fi emal ed\u0259rk\u0259n \u00f6d\u0259ni\u015f \u00fcsuluna ke\u00e7m\u0259k \u00fc\u00e7\u00fcn m\u0259lumatlar.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "M\u00fcmk\u00fcns\u0259, yeni hesablar \u00fc\u00e7\u00fcn m\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u00d6d\u0259ni\u015f zaman\u0131 m\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n sifari\u015f\u0259 \u0259lav\u0259 edilmi\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015fi emal etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n \u00f6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "enum": [
                                "param",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Sifari\u015f emal\u0131n\u0131n bir hiss\u0259si kimi yeni istifad\u0259\u00e7i hesab\u0131 yarad\u0131b-yaratmamaq.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Sifari\u015fd\u0259 davam etdiril\u0259c\u0259k \u0259lav\u0259 sah\u0259l\u0259r.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution t\u0259r\u0259find\u0259n qeyd\u0259 al\u0131nan geni\u015fl\u0259ndirm\u0259 m\u0259lumatlar\u0131",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Sifari\u015f atribut sah\u0259si: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Sifari\u015f atribut sah\u0259si: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Sifari\u015f atribut sah\u0259si: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u00d6d\u0259ni\u015fi emal ed\u0259rk\u0259n \u00f6d\u0259ni\u015f \u00fcsuluna ke\u00e7m\u0259k \u00fc\u00e7\u00fcn m\u0259lumatlar.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u00d6d\u0259ni\u015f zaman\u0131 m\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n sifari\u015f\u0259 \u0259lav\u0259 edilmi\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "E-po\u00e7t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Soyad\u0131",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u00dcnvan",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "M\u0259nzil, suite v\u0259 s.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u015etat\/\u015e\u0259h\u0259r kodu v\u0259 ya \u0259yal\u0259tin, mahal\u0131n, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259\/region kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefon",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015fi emal etm\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n \u00f6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "enum": [
                                "param",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Sifari\u015fd\u0259 davam etdiril\u0259c\u0259k \u0259lav\u0259 sah\u0259l\u0259r.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution t\u0259r\u0259find\u0259n qeyd\u0259 al\u0131nan geni\u015fl\u0259ndirm\u0259 m\u0259lumatlar\u0131",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Sifari\u015f atribut sah\u0259si: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Sifari\u015f atribut sah\u0259si: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Sifari\u015f atribut sah\u0259si: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Sifari\u015f atribut sah\u0259si: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Sifari\u015f atribut sah\u0259si: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Atribut \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/categories": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/collection-data": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak(lar) olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "M\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn hans\u0131 tarix s\u00fctunundan sonra\/\u0259vv\u0259l istifad\u0259 ed\u0259r\u0259k cavab\u0131 m\u0259hdudla\u015fd\u0131rark\u0259n.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "M\u0259hsul kateqoriyas\u0131 \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "M\u0259hsul etiketl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f qlobal atributlar\u0131 olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Atribut taksonomiyas\u0131n\u0131n ad\u0131.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Atribut terminl\u0259rinin identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Atribut \u015flak(lar)\u0131n\u0131n siyah\u0131s\u0131. Termin ID t\u0259qdim edil\u0259rs\u0259, bu n\u0259z\u0259r\u0259 al\u0131nmayacaq.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "M\u0259hsul atribut \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Eyni anda \u00e7oxlu s\u00fczg\u0259cd\u0259n ke\u00e7ir\u0259rk\u0259n atributlar aras\u0131nda m\u0259ntiqi \u0259laq\u0259.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Gizli v\u0259 ya g\u00f6r\u00fcn\u0259n kataloq m\u0259hsullar\u0131n\u0131n g\u00f6st\u0259rildiyini m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n orta reytinq\u0259 malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Do\u011frudursa, kolleksiya \u00fc\u00e7\u00fcn minimum v\u0259 maksimum m\u0259hsul qiym\u0259tl\u0259rini hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Do\u011frudursa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn ehtiyat saylar\u0131n\u0131 hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "T\u0259l\u0259b olunarsa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn atribut m\u00fcdd\u0259tl\u0259rinin say\u0131n\u0131 hesablay\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Taksonomiya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "Saylara t\u0259sir ed\u0259 bil\u0259n filtr v\u0259ziyy\u0259ti h\u0259yata ke\u00e7irilir. Etibarl\u0131 d\u0259y\u0259rl\u0259r\u0259 &quot;v\u0259&quot; v\u0259 &quot;v\u0259 ya&quot; daxildir.",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Do\u011frudursa, kolleksiyadak\u0131 m\u0259hsullar \u00fc\u00e7\u00fcn reytinq saylar\u0131n\u0131 hesablay\u0131r.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/reviews": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-l\u0259rinin r\u0259yl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul ID-l\u0259rinin r\u0259yl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/tags": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya en\u0259n \u015f\u0259kild\u0259 s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "M\u00fcdd\u0259t x\u00fcsusiyy\u0259tin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Do\u011frudursa, bo\u015f \u015f\u0259rtl\u0259r geri qaytar\u0131lmayacaq.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131. Bo\u015f qald\u0131qda defolt olaraq he\u00e7 bir m\u0259hdudiyy\u0259t yoxdur.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak(lar) olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l yarad\u0131lm\u0131\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "M\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn hans\u0131 tarix s\u00fctunundan sonra\/\u0259vv\u0259l istifad\u0259 ed\u0259r\u0259k cavab\u0131 m\u0259hdudla\u015fd\u0131rark\u0259n.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "M\u0259hsul kateqoriyas\u0131 \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "M\u0259hsul etiketl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u018fn ki\u00e7ik valyuta vahidind\u0259n istifad\u0259 etm\u0259kl\u0259 veril\u0259n maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f qlobal atributlar\u0131 olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Atribut taksonomiyas\u0131n\u0131n ad\u0131.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Atribut terminl\u0259rinin identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Atribut \u015flak(lar)\u0131n\u0131n siyah\u0131s\u0131. Termin ID t\u0259qdim edil\u0259rs\u0259, bu n\u0259z\u0259r\u0259 al\u0131nmayacaq.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "M\u0259hsul atribut \u015f\u0259rtl\u0259rini m\u00fcqayis\u0259 etm\u0259k \u00fc\u00e7\u00fcn operator.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Eyni anda \u00e7oxlu s\u00fczg\u0259cd\u0259n ke\u00e7ir\u0259rk\u0259n atributlar aras\u0131nda m\u0259ntiqi \u0259laq\u0259.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Gizli v\u0259 ya g\u00f6r\u00fcn\u0259n kataloq m\u0259hsullar\u0131n\u0131n g\u00f6st\u0259rildiyini m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n orta reytinq\u0259 malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/store\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resursun \u015flamlar\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "sor\u011funun verildiyi sah\u0259; cavab olaraq m\u00f6vcud sah\u0259l\u0259ri m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/private": {
            "namespace": "wc\/private",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/private",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/private"
                    }
                ]
            }
        },
        "\/wc\/private\/ai\/products": {
            "namespace": "wc\/private",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "business_description": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn biznes t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "images": {
                            "description": "M\u00fc\u0259yy\u0259n bir ma\u011faza \u00fc\u00e7\u00fcn \u015f\u0259kill\u0259r.",
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/private\/ai\/products"
                    }
                ]
            }
        },
        "\/wc\/private\/patterns": {
            "namespace": "wc\/private",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/private\/patterns"
                    }
                ]
            }
        },
        "\/metform\/v1\/forms": {
            "namespace": "metform\/v1\/forms",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "metform\/v1\/forms",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/metform\/v1\/forms"
                    }
                ]
            }
        },
        "\/metform\/v1\/forms\/(?P<action>\\w+)\/(?P<id>\\w+)": {
            "namespace": "metform\/v1\/forms",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/metform\/v1\/entries": {
            "namespace": "metform\/v1\/entries",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "metform\/v1\/entries",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/metform\/v1\/entries"
                    }
                ]
            }
        },
        "\/metform\/v1\/entries\/(?P<action>\\w+)\/(?P<id>\\w+)": {
            "namespace": "metform\/v1\/entries",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Settings to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Data to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeout": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeout"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "Text content to search for.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 4,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/elementor\/v1": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/globals\/colors"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/globals\/typography": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/globals\/typography"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/typography\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/favorites"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to create.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/kit-elements-defaults": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/kit-elements-defaults"
                    }
                ]
            }
        },
        "\/elementor\/v1\/kit-elements-defaults\/(?P<type>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        },
                        "settings": {
                            "description": "All the default values for the requested type",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-navigation\/recent-posts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "posts_per_page": {
                            "description": "Number of posts to return",
                            "type": "integer",
                            "required": true
                        },
                        "post_type": {
                            "description": "Post types to retrieve",
                            "type": "array",
                            "default": [
                                "page",
                                "post",
                                "elementor_library"
                            ],
                            "required": false
                        },
                        "post__not_in": {
                            "description": "Post id`s to exclude",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-navigation\/add-new-post": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "Post type to create",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/template-library\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "description": "The title of the document",
                            "required": false
                        },
                        "type": {
                            "description": "The document type.",
                            "type": "string",
                            "enum": [
                                "page",
                                "section",
                                "container"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/wcpa\/admin": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wcpa\/admin",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_forms": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_forms"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_forms\/(?P<tab>[a-zA-Z0-9-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_forms\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_forms\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)\/(?P<per_page>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_forms\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)\/(?P<per_page>[0-9]+)\/(?P<search>.*)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_fields": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_fields"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_fields\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/save\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/trash_form": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/trash_form"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/delete_form": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/delete_form"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/restore": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/restore"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/duplicate\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/update_status\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/setScreenOptions": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/setScreenOptions"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/translate\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/translate_options\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/change_lang\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_settings": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_settings"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/save_settings": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/save_settings"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/license": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/license"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/deactivate": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/deactivate"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_designs": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_designs"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_style\/(?P<style>[a-zA-Z0-9_-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/activate_theme": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/activate_theme"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/save_theme_conf": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/save_theme_conf"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_product_forms\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/save_product_meta\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/export\/(?P<form_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/import\/(?P<form_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/lists\/export": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/lists\/export"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/lists\/import": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/lists\/import"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/list\/products\/(?P<form_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/search\/products\/(?P<q>[a-zA-Z0-9-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/save\/products_meta\/(?P<form_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/remove\/products_meta\/(?P<form_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_checkout_fields": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_checkout_fields"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_options_lists": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/get_options_lists"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/get_options_lists\/(?P<tab>[a-zA-Z0-9-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_options_lists\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_options_lists\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)\/(?P<per_page>[0-9-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_options_lists\/(?P<tab>[a-zA-Z0-9-]+)\/(?P<page>[0-9]+)\/(?P<per_page>[0-9-]+)\/(?P<search>.*)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options_lists\/export": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/options_lists\/export"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/options_lists\/import": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/options_lists\/import"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/options\/get_options\/(?P<id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options\/get_options_by_key\/(?P<key>[a-zA-Z0-9-]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options\/save\/(?P<options_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options\/trash": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/options\/trash"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/options\/delete": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/options\/delete"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/options\/restore": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/options\/restore"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/options\/duplicate\/(?P<options_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options\/export\/(?P<options_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/options\/import\/(?P<options_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/get_order_meta\/(?P<item_id>[0-9]+)": {
            "namespace": "wcpa\/admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/admin\/purge_caches": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/purge_caches"
                    }
                ]
            }
        },
        "\/wcpa\/admin\/verify_bucket": {
            "namespace": "wcpa\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/admin\/verify_bucket"
                    }
                ]
            }
        },
        "\/wcpa\/front": {
            "namespace": "wcpa\/front",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wcpa\/front",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wcpa\/front"
                    }
                ]
            }
        },
        "\/wcpa\/front\/upload\/(?P<id>[0-9]+)\/(?P<fname>[,a-zA-Z0-9_-]+)": {
            "namespace": "wcpa\/front",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/front\/tus_upload\/(?P<id>[0-9]+)\/(?P<fname>[,a-zA-Z0-9_-]+)": {
            "namespace": "wcpa\/front",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/front\/tus_upload\/(?P<fname>.*)": {
            "namespace": "wcpa\/front",
            "methods": [
                "HEAD",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "HEAD",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wcpa\/front\/s3-sign\/(?P<id>[0-9]+)\/(?P<fname>[,a-zA-Z0-9_-]+)": {
            "namespace": "wcpa\/front",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v1": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Cavab d\u0259yi\u015fdirm\u0259k \u00fc\u00e7\u00fcn WP Sor\u011fu arqumentl\u0259rind\u0259n istifad\u0259 edin; \u015e\u0259xsi sor\u011fu variantlar\u0131 m\u00fcvafiq icaz\u0259 t\u0259l\u0259b edir.",
                            "required": false
                        },
                        "code": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kodla resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "Kuponun m\u00fcdd\u0259ti bitdikd\u0259 UTC DateTime.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "Kuponun m\u00fcdd\u0259ti bitdikd\u0259 UTC DateTime.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/coupons\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "Kuponun m\u00fcdd\u0259ti bitdikd\u0259 UTC DateTime.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n e-po\u00e7t il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi rolu olan resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "translator"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Yeni istifad\u0259\u00e7i e-po\u00e7t \u00fcnvan\u0131.",
                            "required": true
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Yeni istifad\u0259\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Yeni istifad\u0259\u00e7i parolu.",
                            "type": "string",
                            "required": true
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/customers"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "Postlar\u0131 yenid\u0259n t\u0259yin etm\u0259k \u00fc\u00e7\u00fcn ID.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Qeyd m\u0259zmununu sifari\u015f edin.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Qeydin yaln\u0131z istinad \u00fc\u00e7\u00fcn v\u0259 ya m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn oldu\u011funu g\u00f6st\u0259rir\/m\u00fc\u0259yy\u0259n edir (istifad\u0259\u00e7iy\u0259 m\u0259lumat veril\u0259c\u0259k).",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Cavab d\u0259yi\u015fdirm\u0259k \u00fc\u00e7\u00fcn WP Sor\u011fu arqumentl\u0259rind\u0259n istifad\u0259 edin; \u015e\u0259xsi sor\u011fu variantlar\u0131 m\u00fcvafiq icaz\u0259 t\u0259l\u0259b edir.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Geri qaytar\u0131lan m\u0259bl\u0259\u011f.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Geri qaytar\u0131lma s\u0259b\u0259bi.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Cavab d\u0259yi\u015fdirm\u0259k \u00fc\u00e7\u00fcn WP Sor\u011fu arqumentl\u0259rind\u0259n istifad\u0259 edin; \u015e\u0259xsi sor\u011fu variantlar\u0131 m\u00fcvafiq icaz\u0259 t\u0259l\u0259b edir.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "TRY",
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "S\u0259tir elementi meta datas\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta etiket.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/orders"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "S\u0259tir elementi meta datas\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta etiket.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "S\u0259tir elementi meta datas\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Meta etiket.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/categories\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "M\u0259zmunu n\u0259z\u0259rd\u0259n ke\u00e7irin.",
                            "required": true
                        },
                        "date_created": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin ad\u0131.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin e-po\u00e7tu.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/tags\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Cavab d\u0259yi\u015fdirm\u0259k \u00fc\u00e7\u00fcn WP Sor\u011fu arqumentl\u0259rind\u0259n istifad\u0259 edin; \u015e\u0259xsi sor\u011fu variantlar\u0131 m\u00fcvafiq icaz\u0259 t\u0259l\u0259b edir.",
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "Y\u00fckl\u0259m\u0259 n\u00f6v\u00fc, bu, \u00f6n t\u0259r\u0259fd\u0259ki sxem\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Variasiyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variasiya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda variasiyan\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda d\u0259yi\u015fikliyin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variasiya URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unikal identifikator.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Cari d\u0259yi\u015fiklik qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variasiya adi qiym\u0259t.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Variasiyan\u0131n sat\u0131\u015fda olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Variasiyan\u0131n sat\u0131n al\u0131na bil\u0259c\u0259yini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "D\u0259yi\u015fiklik g\u00f6r\u00fcn\u00fcrs\u0259.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Variasiya virtuald\u0131rsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Fayl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Fayl ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Fayl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Vergi statusu.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Stok miqdar\u0131.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Arxa sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259diyini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Variasiyan\u0131n geri sifari\u015fd\u0259 olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variasiya \u00e7\u0259kisi (kq).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variasiya uzunlu\u011fu (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variasiya eni (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u015e\u0259klin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Atribut ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Atribut ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Y\u00fckl\u0259m\u0259 n\u00f6v\u00fc, bu, \u00f6n t\u0259r\u0259fd\u0259ki sxem\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Variasiyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variasiya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda variasiyan\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda d\u0259yi\u015fikliyin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variasiya URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unikal identifikator.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Cari d\u0259yi\u015fiklik qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variasiya adi qiym\u0259t.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Variasiyan\u0131n sat\u0131\u015fda olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Variasiyan\u0131n sat\u0131n al\u0131na bil\u0259c\u0259yini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "D\u0259yi\u015fiklik g\u00f6r\u00fcn\u00fcrs\u0259.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Variasiya virtuald\u0131rsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Fayl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Fayl ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Fayl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Vergi statusu.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Stok miqdar\u0131.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Arxa sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259diyini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Variasiyan\u0131n geri sifari\u015fd\u0259 olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variasiya \u00e7\u0259kisi (kq).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variasiya uzunlu\u011fu (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variasiya eni (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u015e\u0259klin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Atribut ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Atribut ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Y\u00fckl\u0259m\u0259 n\u00f6v\u00fc, bu, \u00f6n t\u0259r\u0259fd\u0259ki sxem\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Variasiyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Variasiya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda variasiyan\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda d\u0259yi\u015fikliyin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "Variasiya URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unikal identifikator.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Cari d\u0259yi\u015fiklik qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variasiya adi qiym\u0259t.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Variasiyan\u0131n sat\u0131\u015fda olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Variasiyan\u0131n sat\u0131n al\u0131na bil\u0259c\u0259yini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "D\u0259yi\u015fiklik g\u00f6r\u00fcn\u00fcrs\u0259.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Variasiya virtuald\u0131rsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Fayl ID.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Fayl ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "Fayl URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Vergi statusu.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Stok miqdar\u0131.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Arxa sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259diyini g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Variasiyan\u0131n geri sifari\u015fd\u0259 olub olmad\u0131\u011f\u0131n\u0131 g\u00f6st\u0259rir.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variasiya \u00e7\u0259kisi (kq).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variasiya uzunlu\u011fu (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variasiya eni (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 sinfi ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u015e\u0259klin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Atribut ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Atribut ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Vergi sinfinin ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f webhooks il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook m\u00f6vzusu.",
                            "required": true
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u00e7atd\u0131r\u0131lma URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v1\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Webhook \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Webhook \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kodla resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v2\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n e-po\u00e7t il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi rolu olan resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "translator"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Yeni istifad\u0259\u00e7i e-po\u00e7t \u00fcnvan\u0131.",
                            "required": true
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Yeni istifad\u0259\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Yeni istifad\u0259\u00e7i parolu.",
                            "type": "string",
                            "required": true
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/customers"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "Postlar\u0131 yenid\u0259n t\u0259yin etm\u0259k \u00fc\u00e7\u00fcn ID.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "N\u0259tic\u0259ni m\u00fc\u015ft\u0259ril\u0259r v\u0259 ya daxili qeydl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Qeyd m\u0259zmununu sifari\u015f edin.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Do\u011frudursa, qeyd m\u00fc\u015ft\u0259ril\u0259r\u0259 g\u00f6st\u0259ril\u0259c\u0259k v\u0259 onlara bildiri\u015f g\u00f6nd\u0259ril\u0259c\u0259k. Yanl\u0131\u015fd\u0131rsa, qeyd yaln\u0131z admin istinad \u00fc\u00e7\u00fcnd\u00fcr.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Geri qaytar\u0131lan m\u0259bl\u0259\u011f.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Geri qaytar\u0131lma s\u0259b\u0259bi.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "Geri \u00f6d\u0259ni\u015fi yaradan istifad\u0259\u00e7inin istifad\u0259\u00e7i ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Do\u011fru olduqda, geri \u00f6d\u0259m\u0259ni yaratmaq \u00fc\u00e7\u00fcn \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn API-si istifad\u0259 olunur.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "trash",
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "TRY",
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/orders"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/categories\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "M\u0259zmunu n\u0259z\u0259rd\u0259n ke\u00e7irin.",
                            "required": true
                        },
                        "date_created": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin ad\u0131.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin e-po\u00e7tu.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "Bax\u0131\u015f\u0131n yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/tags\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini ehtiyatda olan v\u0259 ya olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Qrupla\u015fd\u0131r\u0131lm\u0131\u015f m\u0259hsullar\u0131n siyah\u0131s\u0131 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Qrupla\u015fd\u0131r\u0131lm\u0131\u015f m\u0259hsullar\u0131n siyah\u0131s\u0131 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "M\u0259hsulun \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Qrupla\u015fd\u0131r\u0131lm\u0131\u015f m\u0259hsullar\u0131n siyah\u0131s\u0131 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini ehtiyatda olan v\u0259 ya olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "Variasiyan\u0131n m\u0259hsulun s\u0259hif\u0259sind\u0259 g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Variasiyan\u0131n m\u0259hsulun s\u0259hif\u0259sind\u0259 g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Variasiyan\u0131n m\u0259hsulun s\u0259hif\u0259sind\u0259 g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Variasiyan\u0131n \u00f6n hiss\u0259d\u0259 &quot;stokda&quot; v\u0259 ya &quot;stokda yoxdur&quot; kimi qeyd edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u015e\u0259kil m\u00f6vqeyi. 0 \u015f\u0259klin n\u00fcmayi\u015f etdirildiyini bildirir.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/reports\/sales": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/settings"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n ad\u0131.",
                            "required": true
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131 sifari\u015fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131 sifari\u015fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n yeri kodu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n yeri n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcsulu \u00e7e\u015fidl\u0259m\u0259 s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodunun aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcsulu \u00e7e\u015fidl\u0259m\u0259 s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodunun aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Vergi sinfinin ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal \u015flak.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu \/ ZIP.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f webhooks il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook m\u00f6vzusu.",
                            "required": true
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u00e7atd\u0131r\u0131lma URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Webhook \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Webhook \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Al\u0259t \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Al\u0259t ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Al\u0259ti i\u015fl\u0259d\u0259n n\u0259 ed\u0259c\u0259k.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Al\u0259t t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Al\u0259t u\u011furla i\u015fl\u0259di?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Al\u0259t qaytarma mesaj\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping_methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v2\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v2\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u00d6d\u0259ni\u015fd\u0259 \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u00c7\u0131x\u0131\u015f zaman\u0131 \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn \u00e7e\u015fidl\u0259nm\u0259si.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kodla resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v3\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Kupon kodu.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "Endirim m\u0259bl\u0259\u011fi. Faiz t\u0259yin edils\u0259 bel\u0259, h\u0259mi\u015f\u0259 r\u0259q\u0259msal olmal\u0131d\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Kuponun v\u0259ziyy\u0259ti. H\u0259mi\u015f\u0259 qaralama, d\u0259rc edilmi\u015f v\u0259 ya n\u0259z\u0259rd\u0259n ke\u00e7irilm\u0259si g\u00f6zl\u0259nil\u0259n olmal\u0131d\u0131r",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "T\u0259tbiq olunacaq endirimin n\u00f6v\u00fcn\u00fc m\u00fc\u0259yy\u0259n edir.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Kupon t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "Kuponun bitm\u0259 tarixi, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "Kuponun bitm\u0259 tarixi, GMT kimi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Do\u011frudursa, kupon yaln\u0131z f\u0259rdi istifad\u0259 edil\u0259 bil\u0259r. T\u0259tbiq edilmi\u015f dig\u0259r kuponlar s\u0259b\u0259td\u0259n silin\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Kuponun istifad\u0259 oluna bil\u0259c\u0259yi m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Kupondan istifad\u0259 edil\u0259 bilm\u0259y\u0259n m\u0259hsul identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Kupondan c\u0259mi ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 etm\u0259k olar.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Bir m\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn kupon ne\u00e7\u0259 d\u0259f\u0259 istifad\u0259 edil\u0259 bil\u0259r.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Kuponun t\u0259tbiq oluna bil\u0259c\u0259yi s\u0259b\u0259td\u0259ki \u0259\u015fyalar\u0131n maksimum say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Do\u011frudursa v\u0259 pulsuz g\u00f6nd\u0259rm\u0259 \u00fcsulu kupon t\u0259l\u0259b edirs\u0259, bu kupon pulsuz g\u00f6nd\u0259rm\u0259 imkan\u0131 ver\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Kuponun t\u0259tbiq olundu\u011fu kateqoriya ID-l\u0259rinin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Kuponun t\u0259tbiq olunmad\u0131\u011f\u0131 kateqoriya identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Do\u011frudursa, bu kupon sat\u0131\u015f qiym\u0259tl\u0259ri olan \u0259\u015fyalara t\u0259tbiq edilm\u0259y\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Kupon t\u0259tbiq edilm\u0259zd\u0259n \u0259vv\u0259l s\u0259b\u0259td\u0259 olmas\u0131 laz\u0131m olan minimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Kupondan istifad\u0259 ed\u0259rk\u0259n icaz\u0259 veril\u0259n maksimum sifari\u015f m\u0259bl\u0259\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Bu kupondan istifad\u0259 ed\u0259 bil\u0259c\u0259k e-po\u00e7t \u00fcnvanlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n e-po\u00e7t il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi rolu olan resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "translator"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Yeni istifad\u0259\u00e7i e-po\u00e7t \u00fcnvan\u0131.",
                            "required": true
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Yeni istifad\u0259\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Yeni istifad\u0259\u00e7i parolu.",
                            "type": "string",
                            "required": true
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/customers"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "Postlar\u0131 yenid\u0259n t\u0259yin etm\u0259k \u00fc\u00e7\u00fcn ID.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "M\u00fc\u015ft\u0259ri \u00fc\u00e7\u00fcn e-po\u00e7t \u00fcnvan\u0131.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "M\u00fc\u015ft\u0259rinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "M\u00fc\u015ft\u0259rinin soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "M\u00fc\u015ft\u0259rinin giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u00fc\u015ft\u0259ri parolu.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 m\u0259lumatlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u00f6lk\u0259nin ISO kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "area": {
                            "description": "\u015eablonlar \u0259ld\u0259 etm\u0259k \u00fc\u00e7\u00fcn sah\u0259.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/layout-templates"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates\/(?P<id>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "N\u0259tic\u0259ni m\u00fc\u015ft\u0259ril\u0259r v\u0259 ya daxili qeydl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Qeyd m\u0259zmununu sifari\u015f edin.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Do\u011frudursa, qeyd m\u00fc\u015ft\u0259ril\u0259r\u0259 g\u00f6st\u0259ril\u0259c\u0259k v\u0259 onlara bildiri\u015f g\u00f6nd\u0259ril\u0259c\u0259k. Yanl\u0131\u015fd\u0131rsa, qeyd yaln\u0131z admin istinad \u00fc\u00e7\u00fcnd\u00fcr.",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "Do\u011frudursa, bu qeyd cari istifad\u0259\u00e7iy\u0259 aid edil\u0259c\u0259k. Yanl\u0131\u015f olarsa, qeyd sistem\u0259 aid edil\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Geri qaytar\u0131lan m\u0259bl\u0259\u011f.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Geri qaytar\u0131lma s\u0259b\u0259bi.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "Geri \u00f6d\u0259ni\u015fi yaradan istifad\u0259\u00e7inin istifad\u0259\u00e7i ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Do\u011fru olduqda, geri \u00f6d\u0259m\u0259ni yaratmaq \u00fc\u00e7\u00fcn \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn API-si istifad\u0259 olunur.",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "Do\u011fru olduqda, geri qaytar\u0131lan m\u0259hsullar yenid\u0259n y\u0131\u011f\u0131l\u0131r.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi statuslar\u0131 olan sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u00fc\u015ft\u0259riy\u0259 t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259ni m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f sifari\u015fl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "TRY",
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/orders"
                    }
                ]
            }
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "Ana sifari\u015f ID-si.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Sifari\u015f statusu.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "Sifari\u015f ISO format\u0131nda yarad\u0131lan valyuta.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "Sifari\u015fin sahibi olan istifad\u0259\u00e7i ID. qonaqlar \u00fc\u00e7\u00fcn 0.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "M\u00fc\u015ft\u0259ri t\u0259r\u0259find\u0259n \u00f6d\u0259ni\u015f zaman\u0131 burax\u0131lm\u0131\u015f qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Faktura \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "E-po\u00e7t \u00fcnvan\u0131.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Telefon n\u00f6mr\u0259si.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u00c7atd\u0131r\u0131lma \u00fcnvan\u0131.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Ad.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Soyad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u015eirk\u0259t ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u00dcnvan x\u0259tti 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u00dcnvan x\u0259tti 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u015e\u0259h\u0259r ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u0130SO kodu v\u0259 ya \u0259yal\u0259tin, \u0259yal\u0259tin v\u0259 ya rayonun ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "Po\u00e7t kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 alfa-2 format\u0131nda \u00f6lk\u0259 kodu.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ID-si.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u00d6d\u0259ni\u015f metodunun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unikal \u0259m\u0259liyyat ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "S\u0259tir elementl\u0259ri datas\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "M\u0259hsulun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u018fg\u0259r m\u0259hsul variasiyad\u0131rsa, ana m\u0259hsulun ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "M\u0259hsul ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variasiya ID, \u0259g\u0259r varsa.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Sifari\u015f olunan miqdar.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "M\u0259hsulun vergi sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "S\u0259tir ara c\u0259mi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "S\u0259tir ara c\u0259mi vergisi (endiriml\u0259rd\u0259n \u0259vv\u0259l).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI ekran\u0131 \u00fc\u00e7\u00fcn meta d\u0259y\u0259ri.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "M\u0259hsul SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "M\u0259hsulun qiym\u0259ti.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u018fsas m\u0259hsul t\u0259svirinin x\u00fcsusiyy\u0259tl\u0259ri.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u015e\u0259kil ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u015e\u0259kil URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "G\u00f6nd\u0259rm\u0259 x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodunun ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "G\u00f6nd\u0259rm\u0259 n\u00fcmun\u0259si ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u00d6d\u0259ni\u015f x\u0259tl\u0259ri m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Maa\u015f ad\u0131.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Vergi r\u00fcsumunun sinfi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "R\u00fcsumun vergi statusu.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "C\u0259mi s\u0259tir (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "S\u0259tir c\u0259mi vergi (endiriml\u0259rd\u0259n sonra).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "X\u0259tt vergil\u0259ri.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Vergi d\u0259r\u0259c\u0259si ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Vergi c\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Vergi subc\u0259mi.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Kupon x\u0259tti m\u0259lumatlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Element ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Kupon kodu.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u00dcmumi endirim.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u00dcmumi vergi endirimi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Endirim n\u00f6v\u00fc.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Kuponda m\u00fc\u0259yy\u0259n edilmi\u015f endirim m\u0259bl\u0259\u011fi (endirim n\u00f6v\u00fcnd\u0259n as\u0131l\u0131 olaraq m\u00fctl\u0259q d\u0259y\u0259r v\u0259 ya faiz).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Kuponun pulsuz \u00e7atd\u0131r\u0131lma t\u0259min edib-etm\u0259m\u0259sind\u0259n as\u0131l\u0131 olmayaraq.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta veril\u0259nl\u0259r.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta a\u00e7ar.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta d\u0259y\u0259r.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Sifari\u015fin \u00f6d\u0259nilib-\u00f6d\u0259nilm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin. O, ehtiyat hiss\u0259l\u0259rini emal etm\u0259k v\u0259 azaltmaq \u00fc\u00e7\u00fcn statusu t\u0259yin ed\u0259c\u0259k.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "F\u0259aliyy\u0259ti \u0259l il\u0259 t\u0259yin edin ki, sifari\u015f qeydi &quot;istifad\u0259\u00e7i t\u0259r\u0259find\u0259n \u0259lav\u0259 edildi&quot; kimi qeydiyyatdan ke\u00e7sin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Terminl\u0259rin atributu \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Termin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Atribut ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Atribut n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Defolt \u00e7e\u015fidl\u0259m\u0259 qaydas\u0131.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Atribut arxivl\u0259rini aktivl\u0259\u015fdirin\/deaktiv edin.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/categories\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Kateqoriya ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Resursun valideyni \u00fc\u00e7\u00fcn ID.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Kateqoriya arxivinin g\u00f6st\u0259rilm\u0259si n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u015e\u0259kil m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Resursun f\u0259rdi \u00e7e\u015fidl\u0259nm\u0259si \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/custom-fields\/names": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Artan v\u0259 ya azalan elementl\u0259ri s\u0131ralay\u0131n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/custom-fields\/names"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f r\u0259yl\u0259r\u0259 cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi ID-l\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi istifad\u0259\u00e7i ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi istifad\u0259\u00e7i identifikatorlar\u0131na t\u0259yin edilmi\u015f r\u0259yl\u0259ri istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "M\u00fc\u0259yy\u0259n bir m\u00fc\u0259llif e-po\u00e7tundan g\u0259l\u0259n n\u0259tic\u0259ni m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul ID-l\u0259rin\u0259 t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f r\u0259yl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin ad\u0131.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "R\u0259y\u00e7inin e-po\u00e7tu.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "M\u0259zmunu n\u0259z\u0259rd\u0259n ke\u00e7irin.",
                            "required": true
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/reviews\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "R\u0259yin aid oldu\u011fu m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Bax\u0131\u015f\u0131n v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "R\u0259y\u00e7i ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "R\u0259y\u00e7i e-po\u00e7tu.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Bax\u0131\u015f\u0131n m\u0259zmunu.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Reytinqi n\u0259z\u0259rd\u0259n ke\u00e7irin (0-dan 5-\u0259 q\u0259d\u0259r).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes\/slug-suggestion": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/shipping_classes\/slug-suggestion"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 resurs atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "He\u00e7 bir m\u0259hsula t\u0259yin olunmayan resurslar\u0131n gizl\u0259dilm\u0259si.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 d\u0259stini konkret valideyn\u0259 t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n. Yaln\u0131z iyerarxik taksonomiyalara aiddir.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir m\u0259hsula t\u0259yin edilmi\u015f resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flak il\u0259 resurslara m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Resurs \u00fc\u00e7\u00fcn ad.",
                            "required": true
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/tags\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Tag ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn onun n\u00f6v\u00fcn\u0259 xas olan alfasay\u0131sal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Resursun HTML t\u0259sviri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tirl\u0259 qism\u0259n uy\u011fun g\u0259l\u0259n SKU-ya malik olanlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/suggested-products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n bir n\u00f6v t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "N\u0259tic\u0259 d\u0259stini se\u00e7ilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi kateqoriya ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi etiket ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi g\u00f6nd\u0259rm\u0259 sinfi ID-si t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atributlu m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Taksonomiya ad\u0131n\u0131\/atributunu istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi atribut termini ID-si olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n (t\u0259yin edilmi\u015f atribut t\u0259l\u0259b olunur).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "N\u0259tic\u0259 d\u0259stini ehtiyatda olan v\u0259 ya olmayan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul kateqoriyas\u0131 idl\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi m\u0259hsul etiketi id-l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "N\u0259tic\u0259 d\u0259sti t\u0259klif olunan m\u0259hsullar\u0131n x\u00fcsusi miqdar\u0131 il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/products\/suggested-products"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "M\u0259hsulun ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u0259hsul \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "GMT kimi m\u0259hsulun yarad\u0131ld\u0131\u011f\u0131 tarix.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "M\u0259hsul n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "M\u0259hsul statusu (post statusu).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Se\u00e7ilmi\u015f m\u0259hsul.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Kataloqun g\u00f6r\u00fcnm\u0259si.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "M\u0259hsul t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "M\u0259hsulun q\u0131sa t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "M\u0259hsulun normal qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "M\u0259hsulun sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "M\u0259hsul virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "M\u0259hsul y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "M\u0259hsulun xarici URL-i. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "M\u0259hsulun xarici d\u00fcym\u0259 m\u0259tni. Yaln\u0131z xarici m\u0259hsullar \u00fc\u00e7\u00fcn.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "M\u0259hsul s\u0259viyy\u0259sind\u0259 ehtiyat\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "M\u0259hsul \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 ehtiyat miqdar\u0131.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Bir madd\u0259nin bir sifari\u015fd\u0259 al\u0131nmas\u0131na icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "M\u0259hsulun \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "M\u0259hsul \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "M\u0259hsulun uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "M\u0259hsulun eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "M\u0259hsulun h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "R\u0259yl\u0259r\u0259 icaz\u0259 verin.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Post parol.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Sat\u0131lan m\u0259hsullar\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u00c7apraz sat\u0131\u015f m\u0259hsullar\u0131n\u0131n identifikatorlar\u0131n\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "M\u0259hsulun ana identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Al\u0131\u015fdan sonra m\u00fc\u015ft\u0259riy\u0259 g\u00f6nd\u0259rm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 qeyd.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Kateqoriyalar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Kateqoriya ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Kateqoriya ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Kateqoriya \u015flak.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Etiketl\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Etiket ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u015flak etiketi.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u015e\u0259kill\u0259rin siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u015e\u0259kil ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u015e\u0259kil URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u015e\u0259klin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Atribut m\u00f6vqeyi.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Atributun m\u0259hsulun s\u0259hif\u0259sind\u0259ki &quot;\u018flav\u0259 m\u0259lumat&quot; tab\u0131nda g\u00f6r\u00fcn\u00fcb-g\u00f6r\u00fcnm\u0259diyini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Atributun variasiya kimi istifad\u0259 oluna bil\u0259c\u0259yini m\u00fc\u0259yy\u0259nl\u0259\u015fdirin.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Atributun m\u00f6vcud termin adlar\u0131n\u0131n siyah\u0131s\u0131.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Variasiya atributlar\u0131n\u0131 defolt edir.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi \u015flakl\u0131 m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi SKU(lar)a malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n. Ay\u0131rmaq \u00fc\u00e7\u00fcn verg\u00fcll\u0259rd\u0259n istifad\u0259 edin.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limit result set to products with a specific tax class.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "N\u0259tic\u0259 setini sat\u0131\u015fda olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini minimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Maksimum qiym\u0259t\u0259 \u0259saslanan m\u0259hsullar \u00fc\u00e7\u00fcn n\u0259tic\u0259 d\u0259stini m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n ehtiyat statusu olan m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "N\u0259tic\u0259 d\u0259stini qiym\u0259tli v\u0259 ya qiym\u0259tsiz m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n atributlara malik m\u0259hsullarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Atribut \u015flak."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Atribut termini."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Atribut \u015f\u0259rtl\u0259ri."
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Variasiya \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "D\u0259yi\u015f\u0259n m\u0259hsul \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u0130stifad\u0259 edilm\u0259mi\u015f variasiyalar\u0131 silir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Yarad\u0131lm\u0131\u015f variasiyalar \u00fc\u00e7\u00fcn defolt d\u0259y\u0259rl\u0259r.",
                            "type": "object",
                            "properties": {
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri.",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ehtiyat Saxlama Vahidi.",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya adi qiym\u0259t.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya v\u0259ziyy\u0259ti.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya virtuald\u0131rsa.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Fayl ID.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Fayl ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "Fayl URL.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi statusu.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Vergi sinfi.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stok miqdar\u0131.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00e7\u0259kisi (kq).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Variasiya uzunlu\u011fu (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Variasiya eni (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u015e\u0259kil ID.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u015e\u0259kil URL.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u015e\u0259klin ad\u0131.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Atribut ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Atribut ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta veril\u0259nl\u0259r.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "Meta ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Meta a\u00e7ar.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Meta d\u0259y\u0259r.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Variasiya t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Ehtiyat Saxlama Vahidi.",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN v\u0259 ya ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variasiya adi qiym\u0259t.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "D\u0259yi\u015f\u0259n sat\u0131\u015f qiym\u0259ti.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "GMT kimi sat\u0131\u015f qiym\u0259tinin ba\u015flan\u011f\u0131c tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Sayt\u0131n saat qur\u015fa\u011f\u0131nda sat\u0131\u015f qiym\u0259tinin bitm\u0259 tarixi.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Variasiya v\u0259ziyy\u0259ti.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Variasiya virtuald\u0131rsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Variasiya y\u00fckl\u0259m\u0259k olarsa.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Fayl ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Fayl ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "Fayl URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllar\u0131n sat\u0131n al\u0131nd\u0131qdan sonra ne\u00e7\u0259 d\u0259f\u0259 endiril\u0259 bil\u0259c\u0259yi.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Y\u00fckl\u0259n\u0259 bil\u0259n fayllara giri\u015fin bitm\u0259sin\u0259 q\u0259d\u0259r olan g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Vergi statusu.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Variasiya s\u0259viyy\u0259sind\u0259 ehtiyatlar\u0131n idar\u0259 edilm\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stok miqdar\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "M\u0259hsulun anbar v\u0259ziyy\u0259tin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "S\u0259hml\u0259ri idar\u0259 edirsinizs\u0259, bu, geri sifari\u015fl\u0259r\u0259 icaz\u0259 verilib-verilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "D\u0259yi\u015fiklik \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131 s\u0259hm m\u0259bl\u0259\u011fi.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variasiya \u00e7\u0259kisi (kq).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variasiya \u00f6l\u00e7\u00fcl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variasiya uzunlu\u011fu (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variasiya eni (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variasiya h\u00fcnd\u00fcrl\u00fcy\u00fc (sm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "G\u00f6nd\u0259rm\u0259 sinfi \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variasiya t\u0259sviri m\u0259lumatlar\u0131.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u015e\u0259kil ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, sayt\u0131n saat qur\u015fa\u011f\u0131nda.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u015e\u0259klin yarad\u0131ld\u0131\u011f\u0131 tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u015e\u0259klin sayt\u0131n saat qur\u015fa\u011f\u0131nda sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u015e\u0259klin sonuncu d\u0259f\u0259 d\u0259yi\u015fdirildiyi tarix, GMT kimi.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u015e\u0259kil URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u015e\u0259klin ad\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u015e\u0259kil alternativ m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributlar\u0131n siyah\u0131s\u0131.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Atribut ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Atribut ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Se\u00e7ilmi\u015f atribut termininin ad\u0131.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "M\u0259hsullar\u0131 f\u0259rdi \u00e7e\u015fidl\u0259m\u0259k \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n menyu s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta veril\u0259nl\u0259r.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta a\u00e7ar.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta d\u0259y\u0259r.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "N\u0259tic\u0259l\u0259ri s\u0259tir\u0259 uy\u011fun g\u0259l\u0259nl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259yi\u015fdirilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Cavab\u0131n d\u0259rc edilmi\u015f v\u0259 ya d\u0259yi\u015fdirilmi\u015f tarix\u0259 g\u00f6r\u0259 m\u0259hdudla\u015fd\u0131r\u0131lmas\u0131 zaman\u0131 GMT yaz\u0131 tarixl\u0259rinin n\u0259z\u0259r\u0259 al\u0131n\u0131b-al\u0131nmamas\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "N\u0259tic\u0259 setini m\u00fc\u0259yy\u0259n valideyn ID-l\u0259rinin n\u0259tic\u0259l\u0259ri il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stini m\u00fc\u0259yy\u0259n valideyn ID-d\u0259n ba\u015fqa b\u00fct\u00fcn elementl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "H\u0259r resursda istifad\u0259 edil\u0259c\u0259k onluq n\u00f6qt\u0259l\u0259rin say\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Yaln\u0131z sifari\u015f \u00fc\u00e7\u00fcn g\u00f6st\u0259rilm\u0259li olan metan\u0131 g\u00f6st\u0259rin.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131 x\u00fcsusi a\u00e7arlarla m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Meta_data-n\u0131n x\u00fcsusi a\u00e7arlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/refunds"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Hesabat d\u00f6vr\u00fc.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "M\u00fc\u0259yy\u0259n bir ba\u015flan\u011f\u0131c tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "M\u00fc\u0259yy\u0259n bir bitm\u0259 tarixi \u00fc\u00e7\u00fcn sat\u0131\u015flar\u0131 qaytar\u0131n, tarix YYYY-MM-DD format\u0131nda olmal\u0131d\u0131r.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/settings\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "Parametrl\u0259r qrupu ID.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n ad\u0131.",
                            "required": true
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131 sifari\u015fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131 sifari\u015fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n yeri kodu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "G\u00f6nd\u0259rm\u0259 zonas\u0131n\u0131n yeri n\u00f6v\u00fc.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcsulu \u00e7e\u015fidl\u0259m\u0259 s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodunun aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "G\u00f6nd\u0259rm\u0259 \u00fcsulu \u00e7e\u015fidl\u0259m\u0259 s\u0131ras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodunun aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "G\u00f6nd\u0259rm\u0259 metodu parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Zona \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "Misal \u00fc\u00e7\u00fcn unikal ID.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Zibil qutusundan yan ke\u00e7m\u0259k v\u0259 silm\u0259y\u0259 m\u0259cbur etm\u0259k.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Vergi sinfinin ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal \u015flak.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal \u015flak.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kolleksiyan\u0131n cari s\u0259hif\u0259si.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u0259tic\u0259 d\u0259stind\u0259 qaytar\u0131lacaq elementl\u0259rin maksimum say\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfin\u0259 g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u00d6lk\u0259 ISO 3166 kodu.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "D\u00f6vl\u0259t kodu.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Po\u00e7t kodu\/Po\u00e7t, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &quot;po\u00e7t kodlar\u0131&quot; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u015e\u0259h\u0259r ad\u0131, bird\u0259n \u00e7ox d\u0259y\u0259ri d\u0259st\u0259kl\u0259mir. WooCommerce 5.3-d\u0259n k\u00f6hn\u0259lmi\u015f, \u0259v\u0259zin\u0259 &#039;\u015f\u0259h\u0259rl\u0259r&#039; istifad\u0259 edilm\u0259lidir.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Vergi d\u0259r\u0259c\u0259si.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Vergi d\u0259r\u0259c\u0259sinin ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Vergi prioriteti.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Bunun m\u00fcr\u0259kk\u0259b d\u0259r\u0259c\u0259 olub-olmamas\u0131.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Bu vergi d\u0259r\u0259c\u0259sinin g\u00f6nd\u0259ri\u015fl\u0259r\u0259 d\u0259 t\u0259tbiq edilib-edilm\u0259m\u0259si.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Sor\u011fularda g\u00f6r\u00fcn\u0259c\u0259k s\u0131ran\u0131 g\u00f6st\u0259rir.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Vergi sinfi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Po\u00e7t indeksl\u0259rinin \/ ZIP-l\u0259rin siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u015e\u0259h\u0259r adlar\u0131n\u0131n siyah\u0131s\u0131. WooCommerce 5.3-d\u0259 t\u0259qdim edilmi\u015fdir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n sonra n\u0259\u015fr olunan resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Verilmi\u015f ISO8601 uy\u011funluq tarixind\u0259n \u0259vv\u0259l d\u0259rc edilmi\u015f resurslara cavab\u0131 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "N\u0259tic\u0259 d\u0259stinin x\u00fcsusi identifikatorlar\u0131 istisna etdiyin\u0259 \u0259min olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi idl\u0259rl\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "M\u00fc\u0259yy\u0259n sayda madd\u0259l\u0259rl\u0259 m\u00fc\u0259yy\u0259n edilmi\u015f n\u0259tic\u0259ni d\u0259yi\u015fdirin.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama atributunu artan v\u0259 ya azalan.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Kolleksiyan\u0131 obyekt atributuna g\u00f6r\u0259 \u00e7e\u015fidl\u0259yin.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "N\u0259tic\u0259 d\u0259stini x\u00fcsusi status t\u0259yin edilmi\u015f webhooks il\u0259 m\u0259hdudla\u015fd\u0131r\u0131n.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook m\u00f6vzusu.",
                            "required": true
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u00e7atd\u0131r\u0131lma URL.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Resurs zibil atma\u011f\u0131 d\u0259st\u0259kl\u0259m\u0259diyi \u00fc\u00e7\u00fcn do\u011fru olmas\u0131 t\u0259l\u0259b olunur.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Webhook \u00fc\u00e7\u00fcn dost ad.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook statusu.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook m\u00f6vzusu.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "T\u0259hvil verilmi\u015f veb-qancan\u0131n hashini yaratmaq \u00fc\u00e7\u00fcn istifad\u0259 edil\u0259n v\u0259 sor\u011fu ba\u015fl\u0131qlar\u0131nda t\u0259qdim edil\u0259n gizli a\u00e7ar. Bu, t\u0259qdim edilm\u0259dikd\u0259, cari istifad\u0259\u00e7inin ID|username-d\u0259n MD5 hash-\u0259 uy\u011fun olacaq.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Al\u0259t \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Al\u0259t ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Al\u0259ti i\u015fl\u0259d\u0259n n\u0259 ed\u0259c\u0259k.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Al\u0259t t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Al\u0259t u\u011furla i\u015fl\u0259di?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Al\u0259t qaytarma mesaj\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping_methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v3\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Resurs \u00fc\u00e7\u00fcn unikal identifikator.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u00d6d\u0259ni\u015fd\u0259 \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u00c7\u0131x\u0131\u015f zaman\u0131 \u00f6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn t\u0259sviri.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn \u00e7e\u015fidl\u0259nm\u0259si.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn aktiv statusu.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u00d6d\u0259ni\u015f \u015fl\u00fcz\u00fcn\u00fcn parametrl\u0259ri.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn unikal identifikator.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n etiket.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u0130nterfeysl\u0259rd\u0259 istifad\u0259 olunan parametr \u00fc\u00e7\u00fcn insan t\u0259r\u0259find\u0259n oxuna bil\u0259n t\u0259svir.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Ayar n\u00f6v\u00fc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "T\u0259nziml\u0259m\u0259 d\u0259y\u0259ri.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Parametr \u00fc\u00e7\u00fcn standart d\u0259y\u0259r.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Parametr haqq\u0131nda istifad\u0259\u00e7iy\u0259 g\u00f6st\u0259ril\u0259n \u0259lav\u0259 yard\u0131m m\u0259tni.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "M\u0259tn daxiletm\u0259l\u0259rind\u0259 g\u00f6st\u0259ril\u0259c\u0259k yertutan m\u0259tn.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/data\/continents"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continent": {
                            "description": "2 simvollu qit\u0259 kodu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/data\/countries"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alfa-2 \u00f6lk\u0259 kodu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc\/v3\/data\/currencies\/current"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/(?P<currency>[\\w-]{3})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO4217 valyuta kodu.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/receipt": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Sifari\u015fin unikal identifikatoru.",
                            "type": "integer",
                            "required": false
                        },
                        "expiration_date": {
                            "description": "\u0130stifad\u0259 m\u00fcdd\u0259ti yyyy-aa-gg kimi formatlan\u0131b.",
                            "type": "string",
                            "default": null,
                            "required": false
                        },
                        "expiration_days": {
                            "description": "\u0130stifad\u0259 tarixini \u0259ld\u0259 etm\u0259k \u00fc\u00e7\u00fcn cari tarix\u0259 \u0259lav\u0259 olunacaq g\u00fcnl\u0259rin say\u0131.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "force_new": {
                            "description": "Yeni q\u0259bz art\u0131q m\u00f6vcud olsa v\u0259 m\u00fcdd\u0259ti h\u0259l\u0259 bitm\u0259mi\u015f olsa bel\u0259, yeni q\u0259bz yaratma\u011fa m\u0259cbur etm\u0259k do\u011frudur.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Sifari\u015fin unikal identifikatoru.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-telemetry": {
            "namespace": "wc-telemetry",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-telemetry",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "\u0130zl\u0259m\u0259k \u00fc\u00e7\u00fcn platforma.",
                            "type": "string",
                            "required": true
                        },
                        "version": {
                            "description": "\u0130zl\u0259m\u0259k \u00fc\u00e7\u00fcn platforma versiyas\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "installation_date": {
                            "description": "WooCommerce mobil t\u0259tbiqinin qura\u015fd\u0131r\u0131lmas\u0131 tarixi.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wc-telemetry\/tracker"
                    }
                ]
            }
        },
        "\/wccom-site\/v3": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wccom-site\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wccom-site\/v3"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/installer": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "run-until-step": {
                            "type": "string",
                            "enum": [
                                "get_product_info",
                                "download_product",
                                "unpack_product",
                                "move_product",
                                "activate_product"
                            ],
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wccom-site\/v3\/installer"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/installer\/reset": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wccom-site\/v3\/installer\/reset"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/ssr": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wccom-site\/v3\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wccom-site\/v3\/status"
                    }
                ]
            }
        },
        "\/uianim\/v1": {
            "namespace": "uianim\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "uianim\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/uianim\/v1"
                    }
                ]
            }
        },
        "\/uielem\/v1": {
            "namespace": "uielem\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "uielem\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/uielem\/v1"
                    }
                ]
            }
        },
        "\/uielem\/v1\/load_more": {
            "namespace": "uielem\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "widget_id": {
                            "required": true
                        },
                        "widget_type": {
                            "required": true
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "type": {
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/uielem\/v1\/load_more"
                    }
                ]
            }
        },
        "\/uielem\/v1\/submit_actions": {
            "namespace": "uielem\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/uielem\/v1\/submit_actions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_data": {
                            "description": "All the recorded event data in JSON format",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to items with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to items with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limit result set to items that are sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Whether to ignore sticky posts or not.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular media type.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio",
                                "font"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular MIME type.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL to the edited image file.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array of image edits.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Image edit.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Rotation",
                                        "properties": {
                                            "type": {
                                                "description": "Rotation type.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Rotation arguments.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angle to rotate clockwise in degrees.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Crop",
                                        "properties": {
                                            "type": {
                                                "description": "Crop type.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Crop arguments.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizontal position from the left to begin the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Vertical position from the top to begin the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Width of the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Height of the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limit result set to items with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Global styles.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Global settings.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Title of the global styles variation.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the global styles variation, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "popularity",
                                "rating",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_cat": {
                            "description": "Limit result set to items with specific terms assigned in the product_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the product_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag": {
                            "description": "Limit result set to items with specific terms assigned in the product_tag taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the product_tag taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/product"
                    }
                ]
            }
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/metform-entry": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/metform-entry"
                    }
                ]
            }
        },
        "\/wp\/v2\/metform-entry\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "portfolio_category": {
                            "description": "Limit result set to items with specific terms assigned in the portfolio_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "portfolio_category_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the portfolio_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "portfolio_category": {
                            "description": "The terms assigned to the post in the portfolio_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/portfolio"
                    }
                ]
            }
        },
        "\/wp\/v2\/portfolio\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "portfolio_category": {
                            "description": "The terms assigned to the post in the portfolio_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "rank_math_lock_modified_date": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "portfolio_category": {
                            "description": "The terms assigned to the post in the portfolio_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "An alphanumeric identifier for the post type.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "An alphanumeric identifier for the status.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to taxonomies associated with a specific post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "An alphanumeric identifier for the taxonomy.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/product_cat"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_cat\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/product_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/portfolio_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/portfolio_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/portfolio_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Order sort attribute ascending or descending.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sort collection by user attribute.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to users with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limit result set to users who are considered authors.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limit result set to users who have published posts.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "product": "product",
                                    "rm_content_editor": "rm_content_editor",
                                    "metform-entry": "metform-entry",
                                    "portfolio": "portfolio"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "az",
                                "hu_HU",
                                "kir",
                                "kk",
                                "ru_RU",
                                "sq",
                                "tr_TR",
                                "uz_UZ"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "az",
                                "hu_HU",
                                "kir",
                                "kk",
                                "ru_RU",
                                "sq",
                                "tr_TR",
                                "uz_UZ"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "az",
                                "hu_HU",
                                "kir",
                                "kk",
                                "ru_RU",
                                "sq",
                                "tr_TR",
                                "uz_UZ"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to comments published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limit result set to that from a specific author email. Requires authorization.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to comments published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by comment attribute.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limit result set to comments of specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Ensure result set excludes specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limit result set to comments assigned to specific post IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limit result set to comments assigned a specific status. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limit result set to comments assigned a specific type. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limit results to items of an object type.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limit results to items of one or more object subtypes.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "product",
                                    "portfolio",
                                    "category",
                                    "post_tag",
                                    "product_cat",
                                    "product_tag",
                                    "portfolio_category",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique registered name for the block.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for the block.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID of the post context.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Block name.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "Ba\u015fl\u0131q",
                            "description": "Site title.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "\u015e\u00fcar",
                            "description": "Site tagline.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Site URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "This address is used for admin purposes, like new user notification.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "A city in the same timezone as you.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "A date format for all date strings.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "A time format for all time strings.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "A day number of the week that the week should start on.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress locale code.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Convert emoticons like :-) and :-P to graphics on display.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Default post category.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Default post format.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximum posts per page",
                            "description": "Blog pages show at most.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Show on front",
                            "description": "What to show on the front page",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Page on front",
                            "description": "The ID of the page that should be displayed on the front page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "The ID of the page that should display the latest posts",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Allow comments on new posts",
                            "description": "Allow people to submit comments on new posts.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Loqo",
                            "description": "Site logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "Site icon.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "Aktiv edil\u0259rs\u0259, bu \u00fcsul blok \u0259sasl\u0131 \u00f6d\u0259ni\u015fd\u0259 g\u00f6r\u00fcn\u0259c\u0259k.",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "Bu, istifad\u0259\u00e7inin yoxlama zaman\u0131 g\u00f6rd\u00fcy\u00fc ba\u015fl\u0131\u011fa n\u0259zar\u0259t edir.",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "\u018fg\u0259r x\u0259rc m\u00fc\u0259yy\u0259n edilibs\u0259, bu, h\u0259min x\u0259rc\u0259 vergil\u0259rin t\u0259tbiq edilib-edilm\u0259m\u0259sin\u0259 n\u0259zar\u0259t edir.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "Yerli g\u00f6t\u00fcrm\u0259 \u00fc\u00e7\u00fcn \u00f6d\u0259ni\u015f etm\u0259k \u00fc\u00e7\u00fcn \u0259lav\u0259 x\u0259rc.",
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "pickup_locations": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Locations",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "address": {
                                        "type": "object",
                                        "properties": {
                                            "address_1": {
                                                "type": "string"
                                            },
                                            "city": {
                                                "type": "string"
                                            },
                                            "state": {
                                                "type": "string"
                                            },
                                            "postcode": {
                                                "type": "string"
                                            },
                                            "country": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "details": {
                                        "type": "string"
                                    },
                                    "enabled": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limit result set to themes assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "The theme's stylesheet. This uniquely identifies the theme.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limits results to plugins with the given status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a registered sidebar",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Nested widgets.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Serialized widget form data to encode into instance settings.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar to return widgets for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Whether to force removal of the widget, or move it to the inactive sidebar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limit result set to blocks matching the search term.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to those matching a category ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limit results to those matching a keyword ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit results to those matching a pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL to process.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "An alphanumeric identifier for the menu location.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/ep-wincher\/v1.0.0": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ep-wincher\/v1.0.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/token": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/token"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/authorization-url": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/authorization-url"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/status": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/status"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/search-engines": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/search-engines"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/dashboard": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/dashboard"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/ranking": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/ranking"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/keywords": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/keywords"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/competitors": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/competitors"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/website-data": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/website-data"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/save-domain": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/save-domain"
                    }
                ]
            }
        },
        "\/ep-wincher\/v1.0.0\/competitors-ranking-summaries": {
            "namespace": "ep-wincher\/v1.0.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/ep-wincher\/v1.0.0\/competitors-ranking-summaries"
                    }
                ]
            }
        }
    },
    "site_logo": 0,
    "site_icon": 225,
    "site_icon_url": "https:\/\/bosphorusmath.com\/wp-content\/uploads\/2024\/09\/cropped-favicon-1.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/bosphorusmath.com\/az\/wp-json\/wp\/v2\/media\/225"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}